Uses of Interface
org.jooq.CreateTableIndexStep
-
Packages that use CreateTableIndexStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of CreateTableIndexStep in org.jooq
Subinterfaces of CreateTableIndexStep in org.jooq Modifier and Type Interface Description interface
CreateTableColumnStep
AQuery
that can create tables.interface
CreateTableConstraintStep
AQuery
that can create tables.Methods in org.jooq that return CreateTableIndexStep Modifier and Type Method Description CreateTableIndexStep
CreateTableIndexStep. index(Index index)
Add an index to the table.CreateTableIndexStep
CreateTableIndexStep. indexes(Collection<? extends Index> indexes)
Add indexes to the table.CreateTableIndexStep
CreateTableIndexStep. indexes(Index... indexes)
Add indexes to the table.
-