Uses of Class
org.jooq.conf.Settings
-
Packages that use Settings Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.conf org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of Settings in org.jooq
Methods in org.jooq that return Settings Modifier and Type Method Description SettingsConfiguration. settings()Retrieve the runtime configuration settings.SettingsDAO. settings()The settings wrapped by this context.SettingsScope. settings()The settings wrapped by this context.Methods in org.jooq with parameters of type Settings Modifier and Type Method Description ConfigurationConfiguration. derive(Settings newSettings)Create a derived configuration from this one, with new settings.ConfigurationConfiguration. set(Settings newSettings)Change this configuration to hold a new settings. -
Uses of Settings in org.jooq.conf
Methods in org.jooq.conf that return types with arguments of type Settings Modifier and Type Method Description javax.xml.bind.JAXBElement<Settings>ObjectFactory. createSettings(Settings value)Methods in org.jooq.conf with parameters of type Settings Modifier and Type Method Description static SettingsSettingsTools. clone(Settings settings)Clone some settings.javax.xml.bind.JAXBElement<Settings>ObjectFactory. createSettings(Settings value)static booleanSettingsTools. executePreparedStatements(Settings settings)Whether aPreparedStatementshould be executed.static booleanSettingsTools. executeStaticStatements(Settings settings)Whether staticStatementshould be executed.static BackslashEscapingSettingsTools. getBackslashEscaping(Settings settings)Get the value BackslashEscaping value.static ExecuteWithoutWhereSettingsTools. getExecuteDeleteWithoutWhere(Settings settings)Lazy access togetExecuteDeleteWithoutWhere().static ExecuteWithoutWhereSettingsTools. getExecuteUpdateWithoutWhere(Settings settings)Lazy access togetExecuteUpdateWithoutWhere().static intSettingsTools. getFetchServerOutputSize(int fetchServerOutputSize, Settings settings)static intSettingsTools. getFetchSize(int fetchSize, Settings settings)static intSettingsTools. getMaxRows(int maxRows, Settings settings)static ParamTypeSettingsTools. getParamType(Settings settings)Get the parameter type from the settings.static QueryPoolableSettingsTools. getQueryPoolable(QueryPoolable poolable, Settings settings)static intSettingsTools. getQueryTimeout(int timeout, Settings settings)static RenderKeywordCaseSettingsTools. getRenderKeywordCase(Settings settings)Backwards compatible access toRenderKeywordCaseand/orRenderKeywordStyle(the latter being deprecated).static RenderMappingSettingsTools. getRenderMapping(Settings settings)Lazy access toRenderMapping.static RenderNameCaseSettingsTools. getRenderNameCase(Settings settings)Backwards compatible access toRenderNameCaseand/orRenderNameStyle(the latter being deprecated).static RenderQuotedNamesSettingsTools. getRenderQuotedNames(Settings settings)Backwards compatible access toRenderQuotedNamesand/orRenderNameStyle(the latter being deprecated).static StatementTypeSettingsTools. getStatementType(Settings settings)Get the statement type from the settings.static booleanSettingsTools. reflectionCaching(Settings settings)Whether primary keys should be updatable.static LocaleSettingsTools. renderLocale(Settings settings)The render locale that is applicable, or the default locale if no such locale is configured.static booleanSettingsTools. updatablePrimaryKeys(Settings settings)Whether primary keys should be updatable. -
Uses of Settings in org.jooq.impl
Methods in org.jooq.impl that return Settings Modifier and Type Method Description SettingsDAOImpl. settings()SettingsDefaultConfiguration. settings()Methods in org.jooq.impl with parameters of type Settings Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(Settings newSettings)ConfigurationDefaultConfiguration. set(Settings newSettings)voidDefaultConfiguration. setSettings(Settings newSettings)static DSLContextDSL. using(Connection connection, Settings settings)Create an executor with a connection, a dialect and settings configured.static DSLContextDSL. using(Connection connection, SQLDialect dialect, Settings settings)Create an executor with a connection, a dialect and settings configured.static DSLContextDSL. using(DataSource datasource, SQLDialect dialect, Settings settings)Create an executor with a data source, a dialect and settings configured.static DSLContextDSL. using(ConnectionProvider connectionProvider, SQLDialect dialect, Settings settings)Create an executor with a custom connection provider, a dialect and settings configured.static DSLContextDSL. using(SQLDialect dialect, Settings settings)Create an executor with a dialect and settings configured.Constructors in org.jooq.impl with parameters of type Settings Constructor Description DefaultDSLContext(Connection connection, SQLDialect dialect, Settings settings)DefaultDSLContext(DataSource datasource, SQLDialect dialect, Settings settings)DefaultDSLContext(ConnectionProvider connectionProvider, SQLDialect dialect, Settings settings)DefaultDSLContext(SQLDialect dialect, Settings settings) -
Uses of Settings in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return Settings Modifier and Type Method Description SettingsMockConfiguration. settings()Methods in org.jooq.tools.jdbc with parameters of type Settings Modifier and Type Method Description ConfigurationMockConfiguration. derive(Settings newSettings)ConfigurationMockConfiguration. set(Settings newSettings)
-