public class PartitionExtensionClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
PartitionExtensionClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
PartitionExtensionClause |
clone() |
List<SQLName> |
getFor() |
SQLName |
getPartition() |
boolean |
isSubPartition() |
void |
setPartition(SQLName partition) |
void |
setSubPartition(boolean subPartition) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isSubPartition()
public void setSubPartition(boolean subPartition)
public SQLName getPartition()
public void setPartition(SQLName partition)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic PartitionExtensionClause clone()
clone in interface SQLObjectclone in class OracleSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.