Uses of Class
org.jooq.TableOptions
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TableOptions in org.jooq
Modifier and TypeMethodDescriptionstatic @NotNull TableOptions
TableOptions.expression()
Create a newTableOptions
object for aTableOptions.TableType.EXPRESSION
.static @NotNull TableOptions
TableOptions.function()
Create a newTableOptions
object for aTableOptions.TableType.FUNCTION
.static @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.FUNCTION
.@NotNull TableOptions
Table.getOptions()
Get the table options.static @NotNull TableOptions
TableOptions.materializedView()
Create a newTableOptions
object for aTableOptions.TableType.MATERIALIZED_VIEW
of unknown content.static @NotNull TableOptions
TableOptions.materializedView(Select<?> select)
Create a newTableOptions
object for aTableOptions.TableType.MATERIALIZED_VIEW
.static @NotNull TableOptions
TableOptions.of(TableOptions.TableType tableType)
Get a newTableOptions
object for a given table type.static @NotNull TableOptions
TableOptions.table()
Create a newTableOptions
object for aTableOptions.TableType.TABLE
.static @NotNull TableOptions
TableOptions.temporaryTable()
Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.static @NotNull TableOptions
TableOptions.temporaryTable(TableOptions.OnCommit onCommit)
Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.static @NotNull TableOptions
TableOptions.view()
Create a newTableOptions
object for aTableOptions.TableType.VIEW
of unknown content.static @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.VIEW
.static @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.VIEW
. -
Uses of TableOptions in org.jooq.impl
ModifierConstructorDescriptionTableImpl(Name name, Schema schema, Table<?> child, ForeignKey<?,R> path, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options)
TableImpl(Name name, Schema schema, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options)