public class OracleSetTransactionStatement extends OracleSQLObjectImpl implements OracleStatement
Constructor and Description |
---|
OracleSetTransactionStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
String |
getDbType() |
SQLExpr |
getName() |
boolean |
isReadOnly() |
void |
setDbType(String dbType) |
void |
setName(SQLExpr name) |
void |
setReadOnly(boolean readOnly) |
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 void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public SQLExpr getName()
public void setName(SQLExpr name)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.