Package liquibase.statement.core
Class CreateIndexStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.CreateIndexStatement
- All Implemented Interfaces:
CompoundStatement
,SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionCreateIndexStatement
(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, AddColumnConfig... columns) -
Method Summary
Modifier and TypeMethodDescriptionisUnique()
void
setAssociatedWith
(String associatedWith) setClustered
(Boolean clustered) setTablespace
(String tablespace) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.statement.SqlStatement
continueOnError, skipOnUnsupported
-
Constructor Details
-
CreateIndexStatement
-
-
Method Details
-
getTableCatalogName
-
getTableSchemaName
-
getIndexName
-
getTableName
-
getColumns
-
getTablespace
-
setTablespace
-
isUnique
-
getAssociatedWith
-
setAssociatedWith
-
isClustered
-
setClustered
-