public class OracleUsingIndexClause extends OracleSegmentAttributesImpl implements OracleSQLObject
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
computeStatistics |
private Boolean |
enable |
private SQLName |
index |
private List<SQLPartition> |
localPartitionIndex |
private boolean |
reverse |
storage, tablespaceattributes, parent| 构造器和说明 |
|---|
OracleUsingIndexClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleUsingIndexClause |
clone() |
void |
cloneTo(OracleUsingIndexClause x) |
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) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName index
private Boolean enable
private boolean computeStatistics
private boolean reverse
private List<SQLPartition> localPartitionIndex
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 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()
public void cloneTo(OracleUsingIndexClause x)
public OracleUsingIndexClause clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.