Uses of Enum Class
org.jooq.TableOptions.TableType
-
Uses of TableOptions.TableType in org.jooq
Modifier and TypeMethodDescription@NotNull TableOptions.TableType
Table.getTableType()
Get the table type.final @NotNull TableOptions.TableType
TableOptions.type()
The table type.static TableOptions.TableType
Returns the enum constant of this class with the specified name.static TableOptions.TableType[]
TableOptions.TableType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic final @NotNull TableOptions
TableOptions.of
(TableOptions.TableType tableType) Get a newTableOptions
object for a given table type.