Uses of Interface
org.jooq.ConnectionCallable
-
Packages that use ConnectionCallable Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of ConnectionCallable in org.jooq
Methods in org.jooq with parameters of type ConnectionCallable Modifier and Type Method Description <T> T
DSLContext. connectionResult(ConnectionCallable<T> callable)
Run aConnectionCallable
in the context of thisDSLContext
's underlyingScope.configuration()
'sConfiguration.connectionProvider()
. -
Uses of ConnectionCallable in org.jooq.impl
Methods in org.jooq.impl with parameters of type ConnectionCallable Modifier and Type Method Description <T> T
DefaultDSLContext. connectionResult(ConnectionCallable<T> callable)
-