public class SQLStartTransactionStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLStartTransactionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
List<SQLCommentHint> |
getHints() |
SQLExpr |
getName() |
boolean |
isBegin() |
boolean |
isConsistentSnapshot() |
boolean |
isWork() |
void |
setBegin(boolean begin) |
void |
setConsistentSnapshot(boolean consistentSnapshot) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setName(SQLExpr name) |
void |
setWork(boolean work) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isConsistentSnapshot()
public void setConsistentSnapshot(boolean consistentSnapshot)
public boolean isBegin()
public void setBegin(boolean begin)
public boolean isWork()
public void setWork(boolean work)
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 SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.