Package liquibase.statement.core
Class DropIndexStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropIndexStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
DropIndexStatement
-
-
Method Details
-
getTableCatalogName
-
getTableSchemaName
-
getIndexName
-
getTableName
-
getAssociatedWith
-
setAssociatedWith
-