Uses of Interface
org.jooq.CreateTableIndexStep
-
Uses of CreateTableIndexStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
AQuery
that can create tables.interface
AQuery
that can create tables.Modifier and TypeMethodDescription@NotNull CreateTableIndexStep
Add an index to the table.@NotNull CreateTableIndexStep
CreateTableIndexStep.indexes(Collection<? extends Index> indexes)
Add indexes to the table.@NotNull CreateTableIndexStep
Add indexes to the table.