public class OracleCreateIndexStatement extends SQLCreateIndexStatement implements OracleDDLStatement, OracleSegmentAttributes, SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
cluster |
private Boolean |
compress |
private boolean |
compressForOltp |
private Integer |
compressLevel |
private boolean |
computeStatistics |
private Boolean |
enable |
private Integer |
freeLists |
private boolean |
global |
private List<SQLPartitionBy> |
globalPartitions |
private boolean |
indexOnlyTopLevel |
private Integer |
initrans |
private boolean |
local |
private List<SQLPartition> |
localPartitions |
private List<SQLName> |
localStoreIn |
private Boolean |
logging |
private Integer |
maxtrans |
private boolean |
noParallel |
private boolean |
online |
private SQLExpr |
parallel |
private Integer |
pctfree |
private Integer |
pctincrease |
private Integer |
pctthreshold |
private Integer |
pctused |
private Boolean |
sort |
protected SQLObject |
storage |
protected SQLName |
tablespace |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringprivate boolean online
private boolean indexOnlyTopLevel
private boolean cluster
private boolean noParallel
private SQLExpr parallel
private Integer pctfree
private Integer pctused
private Integer initrans
private Integer maxtrans
private Integer pctincrease
private Integer freeLists
private Boolean compress
private Integer compressLevel
private boolean compressForOltp
private Integer pctthreshold
private Boolean logging
private Boolean sort
protected SQLName tablespace
protected SQLObject storage
private Boolean enable
private boolean computeStatistics
private boolean local
private List<SQLPartition> localPartitions
private boolean global
private List<SQLPartitionBy> globalPartitions
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)
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 在接口中 OracleSegmentAttributespublic void setTablespace(SQLName tablespace)
setTablespace 在接口中 OracleSegmentAttributespublic 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()
public void setLocal(boolean local)
public List<SQLPartitionBy> getGlobalPartitions()
public boolean isGlobal()
public void setGlobal(boolean global)
Copyright © 2013–2019 Alibaba Group. All rights reserved.