Uses of Enum Class
org.jooq.TableOptions.OnCommit
Packages that use TableOptions.OnCommit
-
Uses of TableOptions.OnCommit in org.jooq
Methods in org.jooq that return TableOptions.OnCommitModifier and TypeMethodDescriptionfinal @Nullable TableOptions.OnCommit
TableOptions.onCommit()
TheON COMMIT
flag forTableOptions.TableType.GLOBAL_TEMPORARY
tables.static TableOptions.OnCommit
Returns the enum constant of this class with the specified name.static TableOptions.OnCommit[]
TableOptions.OnCommit.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.OnCommitModifier and TypeMethodDescriptionstatic final @NotNull TableOptions
TableOptions.globalTemporaryTable
(TableOptions.OnCommit onCommit) Create a newTableOptions
object for aTableOptions.TableType.GLOBAL_TEMPORARY
table.static final @NotNull TableOptions
TableOptions.temporaryTable
(TableOptions.OnCommit onCommit) Deprecated, for removal: This API element is subject to removal in a future version.
TableOptions.globalTemporaryTable(OnCommit)
.