public class SQLAlterIndexStatement extends SQLStatementImpl implements SQLAlterStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLAlterIndexStatement.Rebuild |
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLPartitionBy |
dbPartitionBy |
protected boolean |
unusable |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterIndexStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, 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, setParentprotected boolean unusable
protected SQLPartitionBy dbPartitionBy
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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–2023. All rights reserved.