public class OracleAlterIndexStatement extends OracleStatementImpl implements OracleAlterStatement
| 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) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic 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–2018 Alibaba Group. All rights reserved.