public class OracleCreateIndexStatement extends SQLCreateIndexStatement implements OracleDDLStatement, OracleSegmentAttributes, SQLCreateStatement
Constructor and Description |
---|
OracleCreateIndexStatement() |
addItem, clone, getChildren, getComment, getItems, getName, getSchema, getTable, getTableName, getType, getUsing, setComment, setName, setTable, setTable, setType, setUsing
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
public 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 void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public 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
in interface OracleSegmentAttributes
public void setTablespace(SQLName tablespace)
setTablespace
in interface OracleSegmentAttributes
public Boolean getCompress()
getCompress
in interface OracleSegmentAttributes
public void setCompress(Boolean compress)
setCompress
in interface OracleSegmentAttributes
public Integer getCompressLevel()
getCompressLevel
in interface OracleSegmentAttributes
public void setCompressLevel(Integer compressLevel)
setCompressLevel
in interface OracleSegmentAttributes
public Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Integer getPctfree()
getPctfree
in interface OracleSegmentAttributes
public void setPctfree(Integer ptcfree)
setPctfree
in interface OracleSegmentAttributes
public Integer getPctused()
getPctused
in interface OracleSegmentAttributes
public void setPctused(Integer ptcused)
setPctused
in interface OracleSegmentAttributes
public Integer getInitrans()
getInitrans
in interface OracleSegmentAttributes
public void setInitrans(Integer initrans)
setInitrans
in interface OracleSegmentAttributes
public Integer getMaxtrans()
getMaxtrans
in interface OracleSegmentAttributes
public void setMaxtrans(Integer maxtrans)
setMaxtrans
in interface OracleSegmentAttributes
public Integer getPctincrease()
getPctincrease
in interface OracleSegmentAttributes
public void setPctincrease(Integer pctincrease)
setPctincrease
in interface OracleSegmentAttributes
public Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getLogging()
getLogging
in interface OracleSegmentAttributes
public void setLogging(Boolean logging)
setLogging
in interface OracleSegmentAttributes
public SQLObject getStorage()
getStorage
in interface OracleSegmentAttributes
public void setStorage(SQLObject storage)
setStorage
in interface OracleSegmentAttributes
public boolean isCompressForOltp()
isCompressForOltp
in interface OracleSegmentAttributes
public void setCompressForOltp(boolean compressForOltp)
setCompressForOltp
in interface OracleSegmentAttributes
public List<SQLPartition> getLocalPartitions()
public boolean isLocal()
public void setLocal(boolean local)
public List<SQLPartitionBy> getGlobalPartitions()
public boolean isGlobal()
public void setGlobal(boolean global)
Copyright © 2013–2017 Alibaba Group. All rights reserved.