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