Uses of Class
org.jooq.TableOptions.OnCommit
-
Packages that use TableOptions.OnCommit Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of TableOptions.OnCommit in org.jooq
Methods in org.jooq that return TableOptions.OnCommit Modifier and Type Method Description TableOptions.OnCommit
TableOptions. onCommit()
TheON COMMIT
flag forTableOptions.TableType.TEMPORARY
tables.static TableOptions.OnCommit
TableOptions.OnCommit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableOptions.OnCommit[]
TableOptions.OnCommit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type TableOptions.OnCommit Modifier and Type Method Description static TableOptions
TableOptions. temporaryTable(TableOptions.OnCommit onCommit)
Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.
-