public interface CreateIndexStep
Query
that can create indexes.Modifier and Type | Method and Description |
---|---|
CreateIndexFinalStep |
on(String tableName,
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.
|
Copyright © 2016. All Rights Reserved.