public class OracleAlterIndexStatement extends OracleStatementImpl
Modifier and Type | Class and Description |
---|---|
static class |
OracleAlterIndexStatement.Rebuild |
Constructor and Description |
---|
OracleAlterIndexStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
Boolean |
getMonitoringUsage() |
SQLName |
getName() |
SQLExpr |
getParallel() |
OracleAlterIndexStatement.Rebuild |
getRebuild() |
SQLName |
getRenameTo() |
boolean |
isCompile() |
void |
setCompile(boolean compile) |
void |
setEnable(Boolean enable) |
void |
setMonitoringUsage(Boolean monitoringUsage) |
void |
setName(SQLName name) |
void |
setParallel(SQLExpr parallel) |
void |
setRebuild(OracleAlterIndexStatement.Rebuild rebuild) |
void |
setRenameTo(SQLName renameTo) |
toString
getDbType, setDbType
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 void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public SQLName getRenameTo()
public void setRenameTo(SQLName renameTo)
public SQLExpr getParallel()
public void setParallel(SQLExpr parallel)
public Boolean getMonitoringUsage()
public void setMonitoringUsage(Boolean monitoringUsage)
public OracleAlterIndexStatement.Rebuild getRebuild()
public void setRebuild(OracleAlterIndexStatement.Rebuild rebuild)
public SQLName getName()
public void setName(SQLName name)
public boolean isCompile()
public void setCompile(boolean compile)
public Boolean getEnable()
public void setEnable(Boolean enable)
Copyright © 2013–2017 Alibaba Group. All rights reserved.