public class OracleCreateIndexStatement extends SQLCreateIndexStatement implements OracleDDLStatement, OracleSegmentAttributes, SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLObject |
storage |
protected SQLName |
tablespace |
deferedRebuild, ifNotExists, in, properties, rowFormat, storedAs, storing, tablePropertiesafterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleCreateIndexStatement() |
addItem, addOption, clone, getChildren, getColumns, getComment, getCovering, getDbPartitionBy, getIn, getIndexDefinition, getItems, getName, getOptions, getProperties, getRowFormat, getSchema, getStoredAs, getTable, getTableName, getTablePartitionBy, getTablePartitions, getTableProperties, getType, getUsing, isConcurrently, isDeferedRebuild, isIfNotExists, isStoring, setComment, setConcurrently, setDbPartitionBy, setDeferedRebuild, setIfNotExists, setIn, setIn, setName, setRowFormat, setStoredAs, setStoring, setTable, setTable, setTablePartitionBy, setTablePartitions, setType, setUsinggetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLinegetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringpublic SQLExpr getParallel()
public void setParallel(SQLExpr parallel)
public boolean isNoParallel()
public void setNoParallel(boolean noParallel)
public boolean isIndexOnlyTopLevel()
public void setIndexOnlyTopLevel(boolean indexOnlyTopLevel)
public Boolean getSort()
public void setSort(Boolean sort)
public boolean isReverse()
public void setReverse(boolean reverse)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLCreateIndexStatementpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic Boolean getEnable()
public void setEnable(Boolean enable)
public boolean isComputeStatistics()
public void setComputeStatistics(boolean computeStatistics)
public boolean isOnline()
public void setOnline(boolean online)
public boolean isCluster()
public void setCluster(boolean cluster)
public SQLName getTablespace()
getTablespace 在接口中 OracleSegmentAttributesgetTablespace 在类中 SQLCreateIndexStatementpublic void setTablespace(SQLName tablespace)
setTablespace 在接口中 OracleSegmentAttributessetTablespace 在类中 SQLCreateIndexStatementpublic Boolean getCompress()
getCompress 在接口中 OracleSegmentAttributespublic void setCompress(Boolean compress)
setCompress 在接口中 OracleSegmentAttributespublic Integer getCompressLevel()
getCompressLevel 在接口中 OracleSegmentAttributespublic void setCompressLevel(Integer compressLevel)
setCompressLevel 在接口中 OracleSegmentAttributespublic Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Integer getPctfree()
getPctfree 在接口中 OracleSegmentAttributespublic void setPctfree(Integer ptcfree)
setPctfree 在接口中 OracleSegmentAttributespublic Integer getPctused()
getPctused 在接口中 OracleSegmentAttributespublic void setPctused(Integer ptcused)
setPctused 在接口中 OracleSegmentAttributespublic Integer getInitrans()
getInitrans 在接口中 OracleSegmentAttributespublic void setInitrans(Integer initrans)
setInitrans 在接口中 OracleSegmentAttributespublic Integer getMaxtrans()
getMaxtrans 在接口中 OracleSegmentAttributespublic void setMaxtrans(Integer maxtrans)
setMaxtrans 在接口中 OracleSegmentAttributespublic Integer getPctincrease()
getPctincrease 在接口中 OracleSegmentAttributespublic void setPctincrease(Integer pctincrease)
setPctincrease 在接口中 OracleSegmentAttributespublic Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getLogging()
getLogging 在接口中 OracleSegmentAttributespublic void setLogging(Boolean logging)
setLogging 在接口中 OracleSegmentAttributespublic SQLObject getStorage()
getStorage 在接口中 OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage 在接口中 OracleSegmentAttributespublic boolean isCompressForOltp()
isCompressForOltp 在接口中 OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp 在接口中 OracleSegmentAttributespublic List<SQLPartition> getLocalPartitions()
public boolean isLocal()
isLocal 在类中 SQLCreateIndexStatementpublic void setLocal(boolean local)
setLocal 在类中 SQLCreateIndexStatementpublic List<SQLPartitionBy> getGlobalPartitions()
public boolean isGlobal()
isGlobal 在类中 SQLCreateIndexStatementpublic void setGlobal(boolean global)
setGlobal 在类中 SQLCreateIndexStatementCopyright © 2013–2023. All rights reserved.