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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
在接口中 OracleSQLObject
accept0
在类中 OracleSQLObjectImpl
public SQLExpr getName()
public void setName(SQLExpr name)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getDbType()
getDbType
在接口中 SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.