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, setUsinggetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringpublic 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 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 in interface OracleSegmentAttributespublic void setTablespace(SQLName tablespace)
setTablespace in interface OracleSegmentAttributespublic Boolean getCompress()
getCompress in interface OracleSegmentAttributespublic void setCompress(Boolean compress)
setCompress in interface OracleSegmentAttributespublic Integer getCompressLevel()
getCompressLevel in interface OracleSegmentAttributespublic void setCompressLevel(Integer compressLevel)
setCompressLevel in interface OracleSegmentAttributespublic Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Integer getPctfree()
getPctfree in interface OracleSegmentAttributespublic void setPctfree(Integer ptcfree)
setPctfree in interface OracleSegmentAttributespublic Integer getPctused()
getPctused in interface OracleSegmentAttributespublic void setPctused(Integer ptcused)
setPctused in interface OracleSegmentAttributespublic Integer getInitrans()
getInitrans in interface OracleSegmentAttributespublic void setInitrans(Integer initrans)
setInitrans in interface OracleSegmentAttributespublic Integer getMaxtrans()
getMaxtrans in interface OracleSegmentAttributespublic void setMaxtrans(Integer maxtrans)
setMaxtrans in interface OracleSegmentAttributespublic Integer getPctincrease()
getPctincrease in interface OracleSegmentAttributespublic void setPctincrease(Integer pctincrease)
setPctincrease in interface OracleSegmentAttributespublic Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getLogging()
getLogging in interface OracleSegmentAttributespublic void setLogging(Boolean logging)
setLogging in interface OracleSegmentAttributespublic SQLObject getStorage()
getStorage in interface OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage in interface OracleSegmentAttributespublic boolean isCompressForOltp()
isCompressForOltp in interface OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp in interface OracleSegmentAttributespublic 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–2018 Alibaba Group. All rights reserved.