Uses of Enum Class
org.jooq.impl.QOM.TableCommitAction
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.TableCommitAction in org.jooq
Modifier and TypeMethodDescriptionstatic final @NotNull TableOptions
TableOptions.temporaryTable
(QOM.TableCommitAction onCommit) Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
. -
Uses of QOM.TableCommitAction in org.jooq.impl
Modifier and TypeMethodDescription@Nullable QOM.TableCommitAction
QOM.CreateTable.$onCommit()
static QOM.TableCommitAction
Returns the enum constant of this class with the specified name.static QOM.TableCommitAction[]
QOM.TableCommitAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull QOM.CreateTable
QOM.CreateTable.$onCommit
(QOM.TableCommitAction onCommit)