public class MySqlSetTransactionStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlSetTransactionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getAccessModel() |
Boolean |
getGlobal() |
String |
getIsolationLevel() |
SQLExpr |
getPolicy() |
Boolean |
getSession() |
boolean |
isLocal() |
void |
setAccessModel(String accessModel) |
void |
setGlobal(Boolean global) |
void |
setIsolationLevel(String isolationLevel) |
void |
setLocal(boolean local) |
void |
setPolicy(SQLExpr x) |
void |
setSession(Boolean session) |
getChildrenclone, 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, waitclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic Boolean getGlobal()
public void setGlobal(Boolean global)
public String getIsolationLevel()
public void setIsolationLevel(String isolationLevel)
public String getAccessModel()
public void setAccessModel(String accessModel)
public Boolean getSession()
public void setSession(Boolean session)
public boolean isLocal()
public void setLocal(boolean local)
public SQLExpr getPolicy()
public void setPolicy(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.