public class QueryExecutorProvider extends Object implements AutoCloseable
| Constructor and Description |
|---|
QueryExecutorProvider(com.zaxxer.hikari.HikariDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.jooq.DSLContext |
executor()
Provides query executor which can be used to execute various SQL statements.
|
public QueryExecutorProvider(com.zaxxer.hikari.HikariDataSource dataSource)
public org.jooq.DSLContext executor()
public void close()
close in interface AutoCloseableCopyright © 2021 The Apache Software Foundation. All rights reserved.