Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.conf | |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.tools.jdbc |
The
org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1. |
Modifier and Type | Method and Description |
---|---|
Settings |
Scope.settings()
The settings wrapped by this context.
|
Settings |
DAO.settings()
The settings wrapped by this context.
|
Settings |
Configuration.settings()
Retrieve the runtime configuration settings.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(Settings newSettings)
Create a derived configuration from this one, with new settings.
|
Configuration |
Configuration.set(Settings newSettings)
Change this configuration to hold a new settings.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Settings> |
ObjectFactory.createSettings(Settings value)
|
Modifier and Type | Method and Description |
---|---|
static Settings |
SettingsTools.clone(Settings settings)
Clone some settings.
|
JAXBElement<Settings> |
ObjectFactory.createSettings(Settings value)
|
static boolean |
SettingsTools.executePreparedStatements(Settings settings)
Whether a
PreparedStatement should be executed. |
static boolean |
SettingsTools.executeStaticStatements(Settings settings)
Whether static
Statement should be executed. |
static BackslashEscaping |
SettingsTools.getBackslashEscaping(Settings settings)
Get the value BackslashEscaping value.
|
static int |
SettingsTools.getFetchSize(int fetchSize,
Settings settings)
|
static int |
SettingsTools.getMaxRows(int maxRows,
Settings settings)
|
static ParamType |
SettingsTools.getParamType(Settings settings)
Get the parameter type from the settings.
|
static int |
SettingsTools.getQueryTimeout(int timeout,
Settings settings)
|
static RenderMapping |
SettingsTools.getRenderMapping(Settings settings)
Lazy access to
RenderMapping . |
static StatementType |
SettingsTools.getStatementType(Settings settings)
Get the statement type from the settings.
|
static boolean |
SettingsTools.reflectionCaching(Settings settings)
Whether primary keys should be updatable.
|
static boolean |
SettingsTools.updatablePrimaryKeys(Settings settings)
Whether primary keys should be updatable.
|
Modifier and Type | Method and Description |
---|---|
Settings |
DefaultConfiguration.settings()
Retrieve the runtime configuration settings.
|
Settings |
DAOImpl.settings() |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(Settings newSettings)
Create a derived configuration from this one, with new settings.
|
Configuration |
DefaultConfiguration.set(Settings newSettings)
Change this configuration to hold a new settings.
|
void |
DefaultConfiguration.setSettings(Settings newSettings) |
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(Connection connection,
Settings settings)
Create an executor with a connection, a dialect and settings 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,
Settings settings)
Create an executor with a data source, a dialect and settings configured.
|
static DSLContext |
DSL.using(SQLDialect dialect,
Settings settings)
Create an executor with a dialect and settings configured.
|
Constructor and Description |
---|
DefaultDSLContext(ConnectionProvider connectionProvider,
SQLDialect dialect,
Settings settings) |
DefaultDSLContext(Connection connection,
SQLDialect dialect,
Settings settings) |
DefaultDSLContext(DataSource datasource,
SQLDialect dialect,
Settings settings) |
DefaultDSLContext(SQLDialect dialect,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
MockConfiguration.settings() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(Settings newSettings) |
Configuration |
MockConfiguration.set(Settings newSettings) |
Copyright © 2016. All Rights Reserved.