Uses of Enum Class
org.jooq.TableOptions.TableType
Packages that use TableOptions.TableType
-
Uses of TableOptions.TableType in org.jooq
Methods in org.jooq that return TableOptions.TableTypeModifier and TypeMethodDescription@NotNull TableOptions.TableTypeTable.getTableType()Get the table type.final @NotNull TableOptions.TableTypeTableOptions.type()The table type.static TableOptions.TableTypeReturns 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.Methods in org.jooq with parameters of type TableOptions.TableTypeModifier and TypeMethodDescriptionstatic final @NotNull TableOptionsTableOptions.of(TableOptions.TableType tableType) Get a newTableOptionsobject for a given table type.