Uses of Enum Class
org.jooq.conf.QueryPoolable
-
Uses of QueryPoolable in org.jooq.conf
Modifier and TypeMethodDescriptionstatic QueryPoolable
Settings.getQueryPoolable()
The default JDBC poolable property that should be applied to all jOOQ queries, for which no specific poolable flag was specified.static final QueryPoolable
SettingsTools.getQueryPoolable
(QueryPoolable poolable, Settings settings) static QueryPoolable
Returns the enum constant of this class with the specified name.static QueryPoolable[]
QueryPoolable.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic final QueryPoolable
SettingsTools.getQueryPoolable
(QueryPoolable poolable, Settings settings) void
Settings.setQueryPoolable
(QueryPoolable value) The default JDBC poolable property that should be applied to all jOOQ queries, for which no specific poolable flag was specified.Settings.withQueryPoolable
(QueryPoolable value) The default JDBC poolable property that should be applied to all jOOQ queries, for which no specific poolable flag was specified.