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.jooqMethods in org.jooq with parameters of type ConnectionCallableModifier and TypeMethodDescription<T> TDSLContext.connectionResult(ConnectionCallable<T> callable) Run aConnectionCallablein the context of thisDSLContext's underlyingScope.configuration()'sConfiguration.connectionProvider().
- 
Uses of ConnectionCallable in org.jooq.implMethods in org.jooq.impl with parameters of type ConnectionCallableModifier and TypeMethodDescription<T> TDefaultDSLContext.connectionResult(ConnectionCallable<T> callable)