Uses of Interface
org.jooq.ConnectionCallable
-
Packages that use ConnectionCallable Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This 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> TDSLContext. connectionResult(ConnectionCallable<T> callable)Run aConnectionCallablein 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> TDefaultDSLContext. connectionResult(ConnectionCallable<T> callable)
-