Uses of Interface
org.jooq.ConnectionRunnable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ConnectionRunnable in org.jooq
Modifier and TypeMethodDescriptionvoid
DSLContext.connection
(ConnectionRunnable runnable) Run aConnectionRunnable
in the context of thisDSLContext
's underlyingScope.configuration()
'sConfiguration.connectionProvider()
. -
Uses of ConnectionRunnable in org.jooq.impl