Uses of Class
org.jooq.conf.QueryPoolable
-
Packages that use QueryPoolable Package Description org.jooq.conf -
-
Uses of QueryPoolable in org.jooq.conf
Fields in org.jooq.conf declared as QueryPoolable Modifier and Type Field Description protected QueryPoolable
Settings. queryPoolable
Methods in org.jooq.conf that return QueryPoolable Modifier and Type Method Description static QueryPoolable
QueryPoolable. fromValue(String v)
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 QueryPoolable
SettingsTools. getQueryPoolable(QueryPoolable poolable, Settings settings)
static QueryPoolable
QueryPoolable. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryPoolable[]
QueryPoolable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type QueryPoolable Modifier and Type Method Description static 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
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.
-