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.TableScopeQOM.CreateTable.$tableScope()@Nullable QOM.TableScopeQOM.DropTable.$tableScope()static QOM.TableScopeReturns 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.CreateTableQOM.CreateTable.$tableScope(QOM.TableScope tableScope) @NotNull QOM.DropTableQOM.DropTable.$tableScope(QOM.TableScope tableScope)