public class SQLDropIndexStatement extends SQLStatementImpl implements SQLDDLStatement
构造器和说明 |
---|
SQLDropIndexStatement() |
SQLDropIndexStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
SQLExpr |
getIndexName() |
SQLExprTableSource |
getTableName() |
void |
setIndexName(SQLExpr indexName) |
void |
setTableName(SQLExpr tableName) |
void |
setTableName(SQLExprTableSource tableName) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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-2015 Alibaba Group. All Rights Reserved.