DSLContext |
DAOImpl.ctx() |
|
DSLContext |
DefaultConfiguration.dsl() |
|
static DSLContext |
DSL.using(String url) |
Create an executor from a JDBC connection URL.
|
static DSLContext |
DSL.using(String url,
String username,
String password) |
Create an executor from a JDBC connection URL.
|
static DSLContext |
DSL.using(String url,
Properties properties) |
Create an executor from a JDBC connection URL.
|
static DSLContext |
DSL.using(Connection connection) |
Create an executor with a connection configured.
|
static DSLContext |
DSL.using(Connection connection,
Settings settings) |
Create an executor with a connection, a dialect and settings configured.
|
static DSLContext |
DSL.using(Connection connection,
SQLDialect dialect) |
Create an executor with a connection and a dialect configured.
|
static DSLContext |
DSL.using(Connection connection,
SQLDialect dialect,
Settings settings) |
Create an executor with a connection, a dialect and settings configured.
|
static DSLContext |
DSL.using(DataSource datasource,
SQLDialect dialect) |
Create an executor with a data source and a dialect configured.
|
static DSLContext |
DSL.using(DataSource datasource,
SQLDialect dialect,
Settings settings) |
Create an executor with a data source, a dialect and settings configured.
|
static DSLContext |
DSL.using(Configuration configuration) |
Create an executor from a custom configuration.
|
static DSLContext |
DSL.using(ConnectionProvider connectionProvider,
SQLDialect dialect) |
Create an executor with a custom connection provider and a dialect
configured.
|
static DSLContext |
DSL.using(ConnectionProvider connectionProvider,
SQLDialect dialect,
Settings settings) |
Create an executor with a custom connection provider, a dialect and settings
configured.
|
static DSLContext |
DSL.using(SQLDialect dialect) |
Create an executor with a dialect configured.
|
static DSLContext |
DSL.using(SQLDialect dialect,
Settings settings) |
Create an executor with a dialect and settings configured.
|