public class SQLDropIndexStatement extends SQLStatementImpl implements SQLDropStatement, SQLReplaceable
| Constructor and Description |
|---|
SQLDropIndexStatement() |
SQLDropIndexStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getAlgorithm() |
List<SQLObject> |
getChildren() |
SQLName |
getIndexName() |
SQLExpr |
getLockOption() |
SQLExprTableSource |
getTableName() |
boolean |
isIfExists() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setAlgorithm(SQLExpr x) |
void |
setIfExists(boolean ifExists) |
void |
setIndexName(SQLName indexName) |
void |
setLockOption(SQLExpr x) |
void |
setTableName(SQLExprTableSource tableName) |
void |
setTableName(SQLName tableName) |
clone, 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, 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 SQLDropIndexStatement()
public SQLDropIndexStatement(DbType dbType)
public SQLName getIndexName()
public void setIndexName(SQLName indexName)
public SQLExprTableSource getTableName()
public void setTableName(SQLName tableName)
public void setTableName(SQLExprTableSource tableName)
public SQLExpr getAlgorithm()
public void setAlgorithm(SQLExpr x)
public SQLExpr getLockOption()
public void setLockOption(SQLExpr x)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic boolean isIfExists()
public void setIfExists(boolean ifExists)
Copyright © 2013–2020 Alibaba Group. All rights reserved.