Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
<T> T |
DSLContext.connectionResult(ConnectionCallable<T> callable)
Run a
ConnectionCallable in the context of this
DSLContext 's underlying Scope.configuration() 's
Configuration.connectionProvider() . |
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultDSLContext.connectionResult(ConnectionCallable<T> callable) |
Copyright © 2018. All Rights Reserved.