public class SQLStartTransactionStatement extends SQLStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLStartTransactionStatement.IsolationLevel |
| Constructor and Description |
|---|
SQLStartTransactionStatement() |
SQLStartTransactionStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
List<SQLCommentHint> |
getHints() |
SQLStartTransactionStatement.IsolationLevel |
getIsolationLevel() |
SQLExpr |
getName() |
boolean |
isBegin() |
boolean |
isConsistentSnapshot() |
boolean |
isReadOnly() |
boolean |
isWork() |
void |
setBegin(boolean begin) |
void |
setConsistentSnapshot(boolean consistentSnapshot) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIsolationLevel(SQLStartTransactionStatement.IsolationLevel isolationLevel) |
void |
setName(SQLExpr name) |
void |
setReadOnly(boolean readOnly) |
void |
setWork(boolean work) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLStartTransactionStatement()
public SQLStartTransactionStatement(DbType dbType)
public boolean isConsistentSnapshot()
public void setConsistentSnapshot(boolean consistentSnapshot)
public boolean isBegin()
public void setBegin(boolean begin)
public boolean isWork()
public void setWork(boolean work)
public SQLStartTransactionStatement.IsolationLevel getIsolationLevel()
public void setIsolationLevel(SQLStartTransactionStatement.IsolationLevel isolationLevel)
public void accept0(SQLASTVisitor visitor)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLExpr getName()
public void setName(SQLExpr name)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
Copyright © 2013–2022 Alibaba Group. All rights reserved.