public class SQLServerSetTransactionIsolationLevelStatement extends SQLServerObjectImpl implements SQLServerStatement
| Constructor and Description |
|---|
SQLServerSetTransactionIsolationLevelStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
String |
getDbType() |
String |
getLevel() |
void |
setDbType(String dbType) |
void |
setLevel(String level) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLServerSetTransactionIsolationLevelStatement()
public void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectaccept0 in class SQLServerObjectImplpublic String getLevel()
public void setLevel(String level)
public String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.