public class OracleUsingIndexClause extends OracleSegmentAttributesImpl implements OracleSQLObject
| Constructor and Description |
|---|
OracleUsingIndexClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
SQLName |
getIndex() |
List<SQLPartition> |
getLocalPartitionIndex() |
boolean |
isComputeStatistics() |
boolean |
isReverse() |
void |
setComputeStatistics(boolean computeStatistics) |
void |
setEnable(Boolean enable) |
void |
setIndex(SQLName index) |
void |
setReverse(boolean reverse) |
getCompress, getCompressLevel, getFreeLists, getInitrans, getLogging, getMaxtrans, getPctfree, getPctincrease, getPctthreshold, getPctused, getStorage, getTablespace, isCompressForOltp, setCompress, setCompressForOltp, setCompressLevel, setFreeLists, setInitrans, setLogging, setMaxtrans, setPctfree, setPctincrease, setPctthreshold, setPctused, setStorage, setTablespaceaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic Boolean getEnable()
public void setEnable(Boolean enable)
public boolean isComputeStatistics()
public void setComputeStatistics(boolean computeStatistics)
public SQLName getIndex()
public void setIndex(SQLName index)
public boolean isReverse()
public void setReverse(boolean reverse)
public List<SQLPartition> getLocalPartitionIndex()
Copyright © 2013–2017 Alibaba Group. All rights reserved.