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 @NotNull TableOptionsTableOptions.expression()Create a newTableOptionsobject for aTableOptions.TableType.EXPRESSION.static @NotNull TableOptionsTableOptions.function()Create a newTableOptionsobject for aTableOptions.TableType.FUNCTION.static @NotNull TableOptionsCreate a newTableOptionsobject for aTableOptions.TableType.FUNCTION.@NotNull TableOptionsTable.getOptions()Get the table options.static @NotNull TableOptionsTableOptions.materializedView()Create a newTableOptionsobject for aTableOptions.TableType.MATERIALIZED_VIEWof unknown content.static @NotNull TableOptionsTableOptions.materializedView(Select<?> select)Create a newTableOptionsobject for aTableOptions.TableType.MATERIALIZED_VIEW.static @NotNull TableOptionsTableOptions.of(TableOptions.TableType tableType)Get a newTableOptionsobject for a given table type.static @NotNull TableOptionsTableOptions.table()Create a newTableOptionsobject for aTableOptions.TableType.TABLE.static @NotNull TableOptionsTableOptions.temporaryTable()Create a newTableOptionsobject for aTableOptions.TableType.TEMPORARY.static @NotNull TableOptionsTableOptions.temporaryTable(TableOptions.OnCommit onCommit)Create a newTableOptionsobject for aTableOptions.TableType.TEMPORARY.static @NotNull TableOptionsTableOptions.view()Create a newTableOptionsobject for aTableOptions.TableType.VIEWof unknown content.static @NotNull TableOptionsCreate a newTableOptionsobject for aTableOptions.TableType.VIEW.static @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<?> 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)