Uses of Interface
org.jooq.ConnectionCallable
Packages that use ConnectionCallable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ConnectionCallable in org.jooq
Methods in org.jooq with parameters of type ConnectionCallableModifier and TypeMethodDescription<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 ConnectionCallableModifier and TypeMethodDescription<T> T
DefaultDSLContext.connectionResult
(ConnectionCallable<T> callable)