public interface DataPool
| Modifier and Type | Method and Description |
|---|---|
static DataPool |
create() |
static DataPool |
create(Database database) |
static DataPool |
createAuto(Database database) |
Database |
getDatabase() |
DataSource |
getDataSource() |
org.jooq.DSLContext |
getExecutor() |
DataPool |
switchTo() |
static DataPool create()
DataPool switchTo()
org.jooq.DSLContext getExecutor()
DataSource getDataSource()
Database getDatabase()
Copyright © 2020. All rights reserved.