public class MySqlStartTransactionStatement extends MySqlStatementImpl
构造器和说明 |
---|
MySqlStartTransactionStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
boolean |
isBegin() |
boolean |
isConsistentSnapshot() |
boolean |
isWork() |
void |
setBegin(boolean begin) |
void |
setConsistentSnapshot(boolean consistentSnapshot) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setWork(boolean work) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 MySqlStatementImpl
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.