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. 
 | 
@Support CreateIndexFinalStep on(Table<?> table, Field<?>... fields)
@Support CreateIndexFinalStep on(String tableName, String... fieldNames)
Copyright © 2015. All Rights Reserved.