public class SQLStartTransactionStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLStartTransactionStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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 void accept0(SQLASTVisitor visitor)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLExpr getName()
public void setName(SQLExpr name)
Copyright © 2013–2017 Alibaba Group. All rights reserved.