public class SQLAlterIndexStatement extends SQLStatementImpl implements SQLAlterStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLAlterIndexStatement.Rebuild |
| Constructor and Description |
|---|
SQLAlterIndexStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLPartitionBy |
getDbPartitionBy() |
Boolean |
getEnable() |
Boolean |
getMonitoringUsage() |
SQLName |
getName() |
SQLExpr |
getParallel() |
List<SQLAssignItem> |
getPartitions() |
SQLAlterIndexStatement.Rebuild |
getRebuild() |
SQLName |
getRenameTo() |
SQLExprTableSource |
getTable() |
boolean |
isCompile() |
boolean |
isUnusable() |
void |
setCompile(boolean compile) |
void |
setDbPartitionBy(SQLPartitionBy x) |
void |
setEnable(Boolean enable) |
void |
setMonitoringUsage(Boolean monitoringUsage) |
void |
setName(SQLName name) |
void |
setParallel(SQLExpr parallel) |
void |
setRebuild(SQLAlterIndexStatement.Rebuild rebuild) |
void |
setRenameTo(SQLName renameTo) |
void |
setTable(SQLExprTableSource x) |
void |
setTable(SQLName x) |
void |
setUnusable(boolean unusable) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
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 SQLAlterIndexStatement.Rebuild getRebuild()
public void setRebuild(SQLAlterIndexStatement.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)
public boolean isUnusable()
public void setUnusable(boolean unusable)
public SQLExprTableSource getTable()
public void setTable(SQLName x)
public void setTable(SQLExprTableSource x)
public List<SQLAssignItem> getPartitions()
public SQLPartitionBy getDbPartitionBy()
public void setDbPartitionBy(SQLPartitionBy x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.