static Settings |
SettingsTools.clone(Settings settings) |
Clone some settings.
|
Settings |
ObjectFactory.createSettings() |
|
static Settings |
SettingsTools.defaultSettings() |
Retrieve the configured default settings.
|
Settings |
Settings.withApplyWorkaroundFor7962(Boolean value) |
|
Settings |
Settings.withAttachRecords(Boolean value) |
|
Settings |
Settings.withBackslashEscaping(BackslashEscaping value) |
Whether string literals should be escaped with backslash.
|
Settings |
Settings.withCacheRecordMappers(Boolean value) |
|
Settings |
Settings.withDebugInfoOnStackTrace(Boolean value) |
|
Settings |
Settings.withDelimiter(String value) |
[#5826] The delimiter character to be used to delimit statements in batches.
|
Settings |
Settings.withEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly(Boolean value) |
|
Settings |
Settings.withExecuteDeleteWithoutWhere(ExecuteWithoutWhere value) |
[#6771] Specifies whether DELETE statements are allowed to be executed lacking a WHERE clause.
|
Settings |
Settings.withExecuteListenerEndInvocationOrder(InvocationOrder value) |
The order of invocation for [action]end() methods registered ExecuteListener s.
|
Settings |
Settings.withExecuteListenerStartInvocationOrder(InvocationOrder value) |
The order of invocation for [action]start() methods registered ExecuteListener s.
|
Settings |
Settings.withExecuteLogging(Boolean value) |
|
Settings |
Settings.withExecuteUpdateWithoutWhere(ExecuteWithoutWhere value) |
[#6771] Specifies whether UPDATE statements are allowed to be executed lacking a WHERE clause.
|
Settings |
Settings.withExecuteWithOptimisticLocking(Boolean value) |
|
Settings |
Settings.withExecuteWithOptimisticLockingExcludeUnversioned(Boolean value) |
|
Settings |
Settings.withFetchServerOutputSize(Integer value) |
Whether server output should be fetched after each query execution.
|
Settings |
Settings.withFetchSize(Integer value) |
The default JDBC fetchSize property that should be applied to all
jOOQ queries, for which no specific fetchSize value was specified.
|
Settings |
Settings.withFetchTriggerValuesAfterSQLServerOutput(Boolean value) |
|
Settings |
Settings.withFetchWarnings(Boolean value) |
|
Settings |
Settings.withInlineThreshold(Integer value) |
|
Settings |
Settings.withInListPadBase(Integer value) |
[#7095] The base to use to calculate the powers of when applying in list padding.
|
Settings |
Settings.withInListPadding(Boolean value) |
|
Settings |
Settings.withInterpreterDelayForeignKeyDeclarations(Boolean value) |
|
Settings |
Settings.withInterpreterDialect(SQLDialect value) |
[#7337] The dialect that should be used to interpret SQL DDL statements.
|
Settings |
Settings.withInterpreterLocale(Locale value) |
The Locale to be used with any interpreter locale dependent logic, defaulting to getLocale() .
|
Settings |
Settings.withInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity value) |
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.
|
Settings |
Settings.withInterpreterSearchPath(Collection<InterpreterSearchSchema> values) |
|
Settings |
Settings.withInterpreterSearchPath(List<InterpreterSearchSchema> interpreterSearchPath) |
|
Settings |
Settings.withInterpreterSearchPath(InterpreterSearchSchema... values) |
|
Settings |
Settings.withLocale(Locale value) |
The Locale to be used with any locale dependent logic if there is not a more specific locale available.
|
Settings |
Settings.withMapConstructorParameterNames(Boolean value) |
|
Settings |
Settings.withMapConstructorParameterNamesInKotlin(Boolean value) |
|
Settings |
Settings.withMapJPAAnnotations(Boolean value) |
|
Settings |
Settings.withMaxRows(Integer value) |
The default JDBC maxRows property that should be applied to all
jOOQ queries, for which no specific maxRows value was specified.
|
Settings |
Settings.withMigrationAllowsUndo(Boolean value) |
|
Settings |
Settings.withMigrationAutoValidation(Boolean value) |
|
Settings |
Settings.withMigrationListenerEndInvocationOrder(InvocationOrder value) |
|
Settings |
Settings.withMigrationListenerStartInvocationOrder(InvocationOrder value) |
|
Settings |
Settings.withMigrationRevertUntracked(Boolean value) |
|
Settings |
Settings.withParamCastMode(ParamCastMode value) |
Whether rendered bind values should be cast to their respective type.
|
Settings |
Settings.withParamType(ParamType value) |
Specify how bind variables are to be rendered.
|
Settings |
Settings.withParseDialect(SQLDialect value) |
[#7337] The input dialect that should be chosen to disambiguate ambiguous SQL syntax.
|
Settings |
Settings.withParseIgnoreComments(Boolean value) |
|
Settings |
Settings.withParseIgnoreCommentStart(String value) |
[#8325] The ignore comment start token
|
Settings |
Settings.withParseIgnoreCommentStop(String value) |
[#8325] The ignore comment stop token
|
Settings |
Settings.withParseLocale(Locale value) |
The Locale to be used with any parser locale dependent logic, defaulting to getLocale() .
|
Settings |
Settings.withParseNameCase(ParseNameCase value) |
[#7337] The default name case for parsed identifiers.
|
Settings |
Settings.withParseSearchPath(Collection<ParseSearchSchema> values) |
|
Settings |
Settings.withParseSearchPath(List<ParseSearchSchema> parseSearchPath) |
|
Settings |
Settings.withParseSearchPath(ParseSearchSchema... values) |
|
Settings |
Settings.withParseSetCommands(Boolean value) |
|
Settings |
Settings.withParseUnknownFunctions(ParseUnknownFunctions value) |
[#7344] Whether the parser should accept unknown functions.
|
Settings |
Settings.withParseUnsupportedSyntax(ParseUnsupportedSyntax value) |
[#5917] Whether the parser should accept unsupported (but known) syntax.
|
Settings |
Settings.withParseWithMetaLookups(ParseWithMetaLookups value) |
[#7163] Whether the parser should perform meta lookups in the Configuration's MetaProvider.
|
Settings |
Settings.withQueryPoolable(QueryPoolable value) |
The default JDBC poolable property that should be applied to all
jOOQ queries, for which no specific poolable flag was specified.
|
Settings |
Settings.withQueryTimeout(Integer value) |
The default JDBC queryTimeout property that should be applied to all
jOOQ queries, for which no specific queryTimeout was specified.
|
Settings |
Settings.withRecordListenerEndInvocationOrder(InvocationOrder value) |
The order of invocation for [action]end() methods registered RecordListener s.
|
Settings |
Settings.withRecordListenerStartInvocationOrder(InvocationOrder value) |
The order of invocation for [action]start() methods registered RecordListener s.
|
Settings |
Settings.withReflectionCaching(Boolean value) |
|
Settings |
Settings.withRenderCatalog(Boolean value) |
|
Settings |
Settings.withRenderFormatted(Boolean value) |
|
Settings |
Settings.withRenderFormatting(RenderFormatting value) |
All sorts of formatting flags / settings.
|
Settings |
Settings.withRenderKeywordCase(RenderKeywordCase value) |
Whether the case of Keyword references should be modified in any way.
|
Settings |
Settings.withRenderKeywordStyle(RenderKeywordStyle value) |
Deprecated.
|
Settings |
Settings.withRenderLocale(Locale value) |
The Locale to be used with any render locale dependent logic (as e.g.
|
Settings |
Settings.withRenderMapping(RenderMapping value) |
Configure render mapping for runtime schema / table rewriting in
generated SQL.
|
Settings |
Settings.withRenderNameCase(RenderNameCase value) |
Whether the case of Name references should be modified in any way.
|
Settings |
Settings.withRenderNamedParamPrefix(String value) |
The prefix to use for named parameters.
|
Settings |
Settings.withRenderNameStyle(RenderNameStyle value) |
Deprecated.
|
Settings |
Settings.withRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword value) |
Whether to render the optional AS keyword in table aliases, if it is optional in the output dialect.
|
Settings |
Settings.withRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword value) |
Whether to render the optional AS keyword in table aliases, if it is optional in the output dialect.
|
Settings |
Settings.withRenderOptionalInnerKeyword(RenderOptionalKeyword value) |
Whether to render the optional INNER keyword in INNER JOIN , if it is optional in the output dialect.
|
Settings |
Settings.withRenderOptionalOuterKeyword(RenderOptionalKeyword value) |
Whether to render the optional OUTER keyword in OUTER JOIN , if it is optional in the output dialect.
|
Settings |
Settings.withRenderOrderByRownumberForEmulatedPagination(Boolean value) |
|
Settings |
Settings.withRenderOutputForSQLServerReturningClause(Boolean value) |
|
Settings |
Settings.withRenderParenthesisAroundSetOperationQueries(Boolean value) |
|
Settings |
Settings.withRenderQuotedNames(RenderQuotedNames value) |
Whether rendered schema, table, column names, etc should be quoted.
|
Settings |
Settings.withRenderScalarSubqueriesForStoredFunctions(Boolean value) |
|
Settings |
Settings.withRenderSchema(Boolean value) |
|
Settings |
Settings.withReturnAllOnUpdatableRecord(Boolean value) |
|
Settings |
Settings.withReturnIdentityOnUpdatableRecord(Boolean value) |
|
Settings |
Settings.withReturnRecordToPojo(Boolean value) |
|
Settings |
Settings.withStatementType(StatementType value) |
The type of statement that is to be executed.
|
Settings |
Settings.withThrowExceptions(ThrowExceptions value) |
A strategy defining how exceptions from the database / JDBC driver should be propagated
|
Settings |
Settings.withTransactionListenerEndInvocationOrder(InvocationOrder value) |
|
Settings |
Settings.withTransactionListenerStartInvocationOrder(InvocationOrder value) |
|
Settings |
Settings.withTransformAnsiJoinToTableLists(Boolean value) |
|
Settings |
Settings.withTransformTableListsToAnsiJoin(Boolean value) |
|
Settings |
Settings.withUpdatablePrimaryKeys(Boolean value) |
|
Settings |
Settings.withUpdateRecordTimestamp(Boolean value) |
|
Settings |
Settings.withUpdateRecordVersion(Boolean value) |
|
Settings |
Settings.withVisitListenerEndInvocationOrder(InvocationOrder value) |
The order of invocation for [action]end() methods registered VisitListener s.
|
Settings |
Settings.withVisitListenerStartInvocationOrder(InvocationOrder value) |
The order of invocation for [action]start() methods registered VisitListener s.
|