Uses of Enum Class
org.jooq.impl.QOM.TableScope
Packages that use QOM.TableScope
-
Uses of QOM.TableScope in org.jooq.impl
Methods in org.jooq.impl that return QOM.TableScopeModifier and TypeMethodDescription@Nullable QOM.TableScope
QOM.CreateTable.$tableScope()
@Nullable QOM.TableScope
QOM.DropTable.$tableScope()
static QOM.TableScope
Returns the enum constant of this class with the specified name.static QOM.TableScope[]
QOM.TableScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.impl with parameters of type QOM.TableScopeModifier and TypeMethodDescription@NotNull QOM.CreateTable
QOM.CreateTable.$tableScope
(QOM.TableScope tableScope) @NotNull QOM.DropTable
QOM.DropTable.$tableScope
(QOM.TableScope tableScope)