public interface CreateIndexStep
Query
that can create indexes.Modifier and Type | Method and Description |
---|---|
CreateIndexFinalStep |
on(java.lang.String tableName,
java.lang.String... fieldNames)
Specify the table and column expressions on which to create an index.
|
CreateIndexFinalStep |
on(Table<?> table,
Field<?>... fields)
Specify the table and column expressions on which to create an index.
|
@Support CreateIndexFinalStep on(Table<?> table, Field<?>... fields)
@Support CreateIndexFinalStep on(java.lang.String tableName, java.lang.String... fieldNames)
Copyright © 2014. All Rights Reserved.