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