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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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–2017 Alibaba Group. All rights reserved.