public class MySqlSetTransactionIsolationLevelStatement extends MySqlStatementImpl
| 构造器和说明 |
|---|
MySqlSetTransactionIsolationLevelStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
Boolean |
getGlobal() |
String |
getLevel() |
void |
setGlobal(Boolean global) |
void |
setLevel(String level) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic MySqlSetTransactionIsolationLevelStatement()
public String getLevel()
public void setLevel(String level)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplpublic Boolean getGlobal()
public void setGlobal(Boolean global)
Copyright © 2012 Alibaba Group. All Rights Reserved.