Uses of Class
org.jooq.TableOptions
Packages that use TableOptions
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TableOptions in org.jooq
Methods in org.jooq that return TableOptionsModifier and TypeMethodDescriptionstatic final @NotNull TableOptionsTableOptions.expression()Create a newTableOptionsobject for aTableOptions.TableType.EXPRESSION.static final @NotNull TableOptionsTableOptions.function()Create a newTableOptionsobject for aTableOptions.TableType.FUNCTION.static final @NotNull TableOptionsCreate a newTableOptionsobject for aTableOptions.TableType.FUNCTION.@NotNull TableOptionsTable.getOptions()Get the table options.static final @NotNull TableOptionsTableOptions.globalTemporaryTable()Create a newTableOptionsobject for aTableOptions.TableType.GLOBAL_TEMPORARYtable.static final @NotNull TableOptionsTableOptions.globalTemporaryTable(QOM.TableCommitAction onCommit) Create a newTableOptionsobject for aTableOptions.TableType.GLOBAL_TEMPORARYtable.static final @NotNull TableOptionsTableOptions.globalTemporaryTable(TableOptions.OnCommit onCommit) Create a newTableOptionsobject for aTableOptions.TableType.GLOBAL_TEMPORARYtable.static final @NotNull TableOptionsTableOptions.localTemporaryTable()Create a newTableOptionsobject for aTableOptions.TableType.LOCAL_TEMPORARYtable.static final @NotNull TableOptionsTableOptions.materializedView()Create a newTableOptionsobject for aTableOptions.TableType.MATERIALIZED_VIEWof unknown content.static final @NotNull TableOptionsTableOptions.materializedView(String source) Create a newTableOptionsobject for aTableOptions.TableType.MATERIALIZED_VIEWof unknown content.static final @NotNull TableOptionsTableOptions.materializedView(Select<?> select) Create a newTableOptionsobject for aTableOptions.TableType.MATERIALIZED_VIEW.static final @NotNull TableOptionsTableOptions.of(TableOptions.TableType tableType) Get a newTableOptionsobject for a given table type.static final @NotNull TableOptionsTableOptions.table()Create a newTableOptionsobject for aTableOptions.TableType.TABLE.static final @NotNull TableOptionsTableOptions.temporaryTable()Deprecated, for removal: This API element is subject to removal in a future version.static final @NotNull TableOptionsTableOptions.temporaryTable(QOM.TableCommitAction onCommit) Deprecated, for removal: This API element is subject to removal in a future version.- 3.21.0 - [#18626] - UseglobalTemporaryTable(TableCommitAction).static final @NotNull TableOptionsTableOptions.temporaryTable(TableOptions.OnCommit onCommit) Deprecated, for removal: This API element is subject to removal in a future version.- 3.21.0 - [#18626] - UseglobalTemporaryTable(OnCommit).static final @NotNull TableOptionsTableOptions.view()Create a newTableOptionsobject for aTableOptions.TableType.VIEWof unknown content.static final @NotNull TableOptionsCreate a newTableOptionsobject for aTableOptions.TableType.VIEW.static final @NotNull TableOptionsCreate a newTableOptionsobject for aTableOptions.TableType.VIEW. -
Uses of TableOptions in org.jooq.impl
Constructors in org.jooq.impl with parameters of type TableOptionsModifierConstructorDescriptionTableImpl(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)
globalTemporaryTable()orlocalTemporaryTable()instead.