| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateIndexFinalStep | CreateIndexStep. on(String tableName,
  String... fieldNames)Specify the table and column expressions on which to create an index. | 
| CreateIndexFinalStep | CreateIndexStep. on(Table<?> table,
  Field<?>... fields)Specify the table and column expressions on which to create an index. | 
Copyright © 2017. All Rights Reserved.