public interface CreateIndexStep
Query
that can create indexes.Modifier and Type | Method and Description |
---|---|
CreateIndexWhereStep |
on(Name tableName,
Name... fieldNames)
Specify the table and column expressions on which to create an index.
|
CreateIndexWhereStep |
on(java.lang.String tableName,
java.lang.String... fieldNames)
Specify the table and column expressions on which to create an index.
|
CreateIndexWhereStep |
on(Table<?> table,
OrderField<?>... fields)
Specify the table and column expressions on which to create an index.
|
@Support(value={ACCESS,ASE,CUBRID,DB2,DERBY,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,INGRES,MARIADB,MYSQL,ORACLE,POSTGRES,SQLITE,SQLSERVER,SYBASE}) CreateIndexWhereStep on(Table<?> table, OrderField<?>... fields)
@Support(value={ACCESS,ASE,CUBRID,DB2,DERBY,FIREBIRD,H2,HANA,HSQLDB,INFORMIX,INGRES,MARIADB,MYSQL,ORACLE,POSTGRES,SQLITE,SQLSERVER,SYBASE}) CreateIndexWhereStep on(Name tableName, Name... fieldNames)
Copyright © 2018. All Rights Reserved.