public class SQLDropIndexStatement extends SQLStatementImpl implements SQLDDLStatement
| Constructor and Description |
|---|
SQLDropIndexStatement() |
SQLDropIndexStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getIndexName() |
SQLExprTableSource |
getTableName() |
void |
setIndexName(SQLExpr indexName) |
void |
setTableName(SQLExpr tableName) |
void |
setTableName(SQLExprTableSource tableName) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLDropIndexStatement()
public SQLDropIndexStatement(String dbType)
public SQLExpr getIndexName()
public void setIndexName(SQLExpr indexName)
public SQLExprTableSource getTableName()
public void setTableName(SQLExpr tableName)
public void setTableName(SQLExprTableSource tableName)
Copyright © 2013–2016 Alibaba Group. All rights reserved.