public class OracleCreateIndexStatement extends SQLCreateIndexStatement implements OracleDDLStatement
Constructor and Description |
---|
OracleCreateIndexStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
SQLExpr |
getInitrans() |
SQLExpr |
getMaxtrans() |
SQLExpr |
getParallel() |
SQLExpr |
getPctused() |
SQLExpr |
getPtcfree() |
SQLName |
getTablespace() |
boolean |
isComputeStatistics() |
boolean |
isIndexOnlyTopLevel() |
boolean |
isNoParallel() |
boolean |
isOnline() |
void |
setComputeStatistics(boolean computeStatistics) |
void |
setEnable(Boolean enable) |
void |
setIndexOnlyTopLevel(boolean indexOnlyTopLevel) |
void |
setInitrans(SQLExpr initrans) |
void |
setMaxtrans(SQLExpr maxtrans) |
void |
setNoParallel(boolean noParallel) |
void |
setOnline(boolean online) |
void |
setParallel(SQLExpr parallel) |
void |
setPctused(SQLExpr pctused) |
void |
setPtcfree(SQLExpr ptcfree) |
void |
setTablespace(SQLName tablespace) |
addItem, getItems, getName, getTable, getType, getUsing, setName, setTable, setTable, setType, setUsing
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getTablespace()
public void setTablespace(SQLName tablespace)
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 void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public SQLExpr getPtcfree()
public void setPtcfree(SQLExpr ptcfree)
public SQLExpr getPctused()
public void setPctused(SQLExpr pctused)
public SQLExpr getInitrans()
public void setInitrans(SQLExpr initrans)
public SQLExpr getMaxtrans()
public void setMaxtrans(SQLExpr maxtrans)
public Boolean getEnable()
public void setEnable(Boolean enable)
public boolean isComputeStatistics()
public void setComputeStatistics(boolean computeStatistics)
public boolean isOnline()
public void setOnline(boolean online)
Copyright © 2013–2017 Alibaba Group. All rights reserved.