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, toString
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 SQLServerSetTransactionIsolationLevelStatement()
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerObjectImpl
public String getLevel()
public void setLevel(String level)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.