@NotThreadSafe @FullyTested public final class JooqDatabaseConnection extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
Connection |
dbConn
Raw JDBC data connection wrapped by
jooqDSLContext |
org.jooq.DSLContext |
jooqDSLContext
JOOQ wrapper for raw JDBC data connection
dbConn |
| Constructor and Description |
|---|
JooqDatabaseConnection(Connection dbConn,
org.jooq.DSLContext jooqDSLContext) |
public final Connection dbConn
jooqDSLContext
NotThreadSafe: Always synchronize before using this reference.
public final org.jooq.DSLContext jooqDSLContext
dbConn
NotThreadSafe: Always synchronize before using this reference.
public JooqDatabaseConnection(Connection dbConn, org.jooq.DSLContext jooqDSLContext)
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2013–2020. All rights reserved.