public class OracleAlterTablespaceStatement extends OracleStatementImpl
Constructor and Description |
---|
OracleAlterTablespaceStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleAlterTablespaceItem |
getItem() |
SQLName |
getName() |
void |
setItem(OracleAlterTablespaceItem item) |
void |
setName(SQLName name) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
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 OracleStatementImpl
public SQLName getName()
public void setName(SQLName name)
public OracleAlterTablespaceItem getItem()
public void setItem(OracleAlterTablespaceItem item)
Copyright © 2013–2017 Alibaba Group. All rights reserved.