Uses of Enum Class
org.jooq.TableOptions.OnCommit
-
Uses of TableOptions.OnCommit in org.jooq
Modifier and TypeMethodDescriptionfinal @Nullable TableOptions.OnCommit
TableOptions.onCommit()
TheON COMMIT
flag forTableOptions.TableType.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.Modifier and TypeMethodDescriptionstatic final @NotNull TableOptions
TableOptions.temporaryTable
(TableOptions.OnCommit onCommit) Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.