public class OracleSetTransactionStatement extends OracleSQLObjectImpl implements OracleStatement
| 构造器和说明 |
|---|
OracleSetTransactionStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SQLExpr getName()
public void setName(SQLExpr name)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getDbType()
getDbType 在接口中 SQLStatementpublic void setDbType(String dbType)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.