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() |
boolean |
isWrite() |
void |
setName(SQLExpr name) |
void |
setReadOnly(boolean readOnly) |
void |
setWrite(boolean write) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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)
public boolean isWrite()
public void setWrite(boolean write)
Copyright © 2013–2018 Alibaba Group. All rights reserved.