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 final @NotNull TableOptions
TableOptions.expression()
Create a newTableOptions
object for aTableOptions.TableType.EXPRESSION
.static final @NotNull TableOptions
TableOptions.function()
Create a newTableOptions
object for aTableOptions.TableType.FUNCTION
.static final @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.FUNCTION
.@NotNull TableOptions
Table.getOptions()
Get the table options.static final @NotNull TableOptions
TableOptions.materializedView()
Create a newTableOptions
object for aTableOptions.TableType.MATERIALIZED_VIEW
of unknown content.static final @NotNull TableOptions
TableOptions.materializedView
(String source) Create a newTableOptions
object for aTableOptions.TableType.MATERIALIZED_VIEW
of unknown content.static final @NotNull TableOptions
TableOptions.materializedView
(Select<?> select) Create a newTableOptions
object for aTableOptions.TableType.MATERIALIZED_VIEW
.static final @NotNull TableOptions
TableOptions.of
(TableOptions.TableType tableType) Get a newTableOptions
object for a given table type.static final @NotNull TableOptions
TableOptions.table()
Create a newTableOptions
object for aTableOptions.TableType.TABLE
.static final @NotNull TableOptions
TableOptions.temporaryTable()
Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.static final @NotNull TableOptions
TableOptions.temporaryTable
(QOM.TableCommitAction onCommit) Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.static final @NotNull TableOptions
TableOptions.temporaryTable
(TableOptions.OnCommit onCommit) Create a newTableOptions
object for aTableOptions.TableType.TEMPORARY
.static final @NotNull TableOptions
TableOptions.view()
Create a newTableOptions
object for aTableOptions.TableType.VIEW
of unknown content.static final @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.VIEW
.static final @NotNull TableOptions
Create a newTableOptions
object for aTableOptions.TableType.VIEW
. -
Uses of TableOptions in org.jooq.impl
ModifierConstructorDescriptionTableImpl
(Name name, Schema schema, Table<?> path, ForeignKey<?, R> childPath, InverseForeignKey<?, R> parentPath, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options) Deprecated.- [#8012] - 3.19.0 - Please re-generate your code.TableImpl
(Name name, Schema schema, Table<?> path, ForeignKey<?, R> childPath, InverseForeignKey<?, R> parentPath, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options, Condition where) TableImpl
(Name name, Schema schema, Table<?> path, ForeignKey<?, R> childPath, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options) Deprecated.- [#13639] [#14985] [#15005] - 3.19.0 - Please re-generate your code.TableImpl
(Name name, Schema schema, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options) TableImpl
(Name name, Schema schema, Table<R> aliased, Field<?>[] parameters, Comment comment, TableOptions options, Condition where)