public class OracleSetTransactionStatement extends OracleStatementImpl implements OracleStatement
| Constructor and Description |
|---|
OracleSetTransactionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getName() |
boolean |
isReadOnly() |
void |
setName(SQLExpr name) |
void |
setReadOnly(boolean readOnly) |
toStringgetDbType, isAfterSemi, setAfterSemi, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic SQLExpr getName()
public void setName(SQLExpr name)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
Copyright © 2013–2017 Alibaba Group. All rights reserved.