Package | Description |
---|---|
org.jooq |
The
org.jooq package 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 © 2016. All Rights Reserved.