public class OracleUsingIndexClause extends OracleSegmentAttributesImpl implements OracleSQLObject
| Constructor and Description |
|---|
OracleUsingIndexClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleUsingIndexClause |
clone() |
void |
cloneTo(OracleUsingIndexClause x) |
Boolean |
getEnable() |
SQLObject |
getIndex() |
List<SQLPartition> |
getLocalPartitionIndex() |
boolean |
isComputeStatistics() |
boolean |
isReverse() |
void |
setComputeStatistics(boolean computeStatistics) |
void |
setEnable(Boolean enable) |
void |
setIndex(SQLCreateIndexStatement x) |
void |
setIndex(SQLName x) |
void |
setReverse(boolean reverse) |
cloneTo, 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, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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 SQLObject getIndex()
public void setIndex(SQLName x)
public void setIndex(SQLCreateIndexStatement x)
public boolean isReverse()
public void setReverse(boolean reverse)
public List<SQLPartition> getLocalPartitionIndex()
public void cloneTo(OracleUsingIndexClause x)
public OracleUsingIndexClause clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.