| Object | Edition | Modification |
| org.jooq | | |
| AlterDatabaseFinalStep | All | added |
| AlterDatabaseStep | All | added |
| AlterDomainDropConstraintCascadeStep | All | added |
| AlterDomainFinalStep | All | added |
| AlterDomainRenameConstraintStep | All | added |
| AlterDomainStep | All | added |
| BatchedCallable | All | added |
| BatchedRunnable | All | added |
| BetweenAndStepR | All | added |
| BindContext | All | |
| bindValue(Object, Field) | All | pulled up |
| statement() | All | pulled up |
| Case | All | |
| when(Field, Object) | All | added |
| when(Field, Field) | All | added |
| when(Field, Select) | All | added |
| CaseConditionStep | All | |
| when(Field, Object) | All | added |
| when(Field, Field) | All | added |
| when(Field, Select) | All | added |
| Catalog | All | |
| getSchema(Name) | All | added |
| CharsetProvider | All | added |
| CloseableDSLContext | All | added |
| Comparator | All | |
| inverse() | All | added |
| mirror() | All | added |
| supportsQuantifier() | All | deprecated |
| supportsSubselect() | All | deprecated |
| Configuration | All | |
| charsetProvider() | All | added |
| derive(CharsetProvider) | All | added |
| set(CharsetProvider) | All | added |
| Constants | All | |
| GROUP_ID | All | added |
| Context | All | |
| castModeIf(RenderContext.CastMode, boolean) | All | added |
| formatIndentLockEnd() | All | deprecated |
| formatIndentLockStart() | All | deprecated |
| paramTypeIf(ParamType, boolean) | All | added |
| scopeRegister(QueryPart, boolean) | All | added |
| separatorRequired() | All | added |
| separatorRequired(boolean) | All | added |
| ContinueWhenStep | All | |
| when(Field) | All | added |
| Converter | All | |
| forArrays() | All | added |
| Converters | All | |
| forArrays(Converter) | All | added |
| fromType() | All | pulled up |
| of() | All | deprecated |
| of(Converter) | All | deprecated |
| toType() | All | pulled up |
| CreateDatabaseFinalStep | All | added |
| CreateDomainAsStep | All | added |
| CreateDomainConstraintStep | All | added |
| CreateDomainDefaultStep | All | added |
| CreateDomainFinalStep | All | added |
| CreateIndexWhereStep | All | |
| excludeNullKeys() | All | added |
| DAO | All | |
| merge(Object) | All | added |
| merge(Object...) | All | added |
| merge(Collection) | All | added |
| DDLExportConfiguration | All | |
| createDomainIfNotExists() | All | added |
| createDomainIfNotExists(boolean) | All | added |
| includeConstraintsOnViews() | All | added |
| includeConstraintsOnViews(boolean) | All | added |
| respectDomainOrder() | All | added |
| respectDomainOrder(boolean) | All | added |
| DDLFlag | All | |
| DOMAIN | All | added |
| DSLContext | All | |
| alterDatabase(String) | All | added |
| alterDatabase(Catalog) | All | added |
| alterDatabase(Name) | All | added |
| alterDatabaseIfExists(String) | All | added |
| alterDatabaseIfExists(Catalog) | All | added |
| alterDatabaseIfExists(Name) | All | added |
| alterDomain(String) | All | added |
| alterDomain(Domain) | All | added |
| alterDomain(Name) | All | added |
| alterDomainIfExists(String) | All | added |
| alterDomainIfExists(Domain) | All | added |
| alterDomainIfExists(Name) | All | added |
| batchMerge(Collection) | All | added |
| batchMerge(UpdatableRecord...) | All | added |
| batched(BatchedRunnable) | All | added |
| batchedResult(BatchedCallable) | All | added |
| close() | All | removed |
| createDatabase(String) | All | added |
| createDatabase(Catalog) | All | added |
| createDatabase(Name) | All | added |
| createDatabaseIfNotExists(String) | All | added |
| createDatabaseIfNotExists(Catalog) | All | added |
| createDatabaseIfNotExists(Name) | All | added |
| createDomain(String) | All | added |
| createDomain(Domain) | All | added |
| createDomain(Name) | All | added |
| createDomainIfNotExists(String) | All | added |
| createDomainIfNotExists(Domain) | All | added |
| createDomainIfNotExists(Name) | All | added |
| createOrReplaceView(String, BiFunction) | All | deprecated |
| createOrReplaceView(String, Function) | All | deprecated |
| createOrReplaceView(Name, BiFunction) | All | deprecated |
| createOrReplaceView(Name, Function) | All | deprecated |
| createOrReplaceView(Table, BiFunction) | All | deprecated |
| createOrReplaceView(Table, Function) | All | deprecated |
| createView(String, BiFunction) | All | deprecated |
| createView(String, Function) | All | deprecated |
| createView(Name, BiFunction) | All | deprecated |
| createView(Name, Function) | All | deprecated |
| createView(Table, BiFunction) | All | deprecated |
| createView(Table, Function) | All | deprecated |
| createViewIfNotExists(String, BiFunction) | All | deprecated |
| createViewIfNotExists(String, Function) | All | deprecated |
| createViewIfNotExists(Name, BiFunction) | All | deprecated |
| createViewIfNotExists(Name, Function) | All | deprecated |
| createViewIfNotExists(Table, BiFunction) | All | deprecated |
| createViewIfNotExists(Table, Function) | All | deprecated |
| dropDatabase(String) | All | added |
| dropDatabase(Catalog) | All | added |
| dropDatabase(Name) | All | added |
| dropDatabaseIfExists(String) | All | added |
| dropDatabaseIfExists(Catalog) | All | added |
| dropDatabaseIfExists(Name) | All | added |
| dropDomain(String) | All | added |
| dropDomain(Domain) | All | added |
| dropDomain(Name) | All | added |
| dropDomainIfExists(String) | All | added |
| dropDomainIfExists(Domain) | All | added |
| dropDomainIfExists(Name) | All | added |
| mergeInto(Table, Collection) | All | deprecated |
| mergeInto(Table, Field) | All | deprecated |
| mergeInto(Table, Field...) | All | deprecated |
| mergeInto(Table, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field, Field) ... and more overloads | All | deprecated |
| nextvals(Sequence, int) | All | added |
| with(Collection) | All | added |
| with(String, Collection) | All | added |
| with(String, BiFunction) | All | deprecated |
| with(String, Function) | All | deprecated |
| with(Name, Collection) | All | added |
| withRecursive(Collection) | All | added |
| withRecursive(String, Collection) | All | added |
| withRecursive(String, BiFunction) | All | deprecated |
| withRecursive(String, Function) | All | deprecated |
| withRecursive(Name, Collection) | All | added |
| DataType | All | |
| asConvertedDataType(Class, Function, Function) | All | added |
| getArrayComponentDataType() | All | added |
| getArrayComponentType() | All | added |
| getDomain() | All | added |
| isEmbeddable() | All | added |
| isJSON() | All | added |
| isNString() | All | added |
| isXML() | All | added |
| lengthDefined() | All | added |
| precisionDefined() | All | added |
| scaleDefined() | All | added |
| DatePart | All | |
| toName() | All | added |
| DerivedColumnList | All | |
| asMaterialized(Select) | All | added |
| asNotMaterialized(Select) | All | added |
| DerivedColumnList1 - 22 | All | |
| asMaterialized(Select) | All | added |
| asNotMaterialized(Select) | All | added |
| Domain | All | added |
| DropDatabaseFinalStep | All | added |
| DropDomainCascadeStep | All | added |
| DropDomainFinalStep | All | added |
| ExitWhenStep | All | |
| when(Field) | All | added |
| Field | All | |
| as(Function) | All | deprecated |
| isDistinctFrom(Select) | All | added |
| isDocument() | All | added |
| isNotDistinctFrom(Select) | All | added |
| isNotDocument() | All | added |
| FieldLike | All | |
| asField(Function) | All | deprecated |
| ForeignKey | All | |
| children(Collection) | All | added |
| children(Record) | All | added |
| children(Record...) | All | added |
| getKeyFields() | All | added |
| getKeyFieldsArray() | All | added |
| parent(Record) | All | added |
| parents(Collection) | All | added |
| parents(Record...) | All | added |
| InsertOnConflictWhereIndexPredicateStep | All | added |
| InsertQuery | All | |
| onConflictWhere(Condition) | All | added |
| JSON | All | |
| json(String) | All | added |
| JSONArrayAggNullStep | All | added |
| JSONArrayAggOrderByStep | All | added |
| JSONArrayNullStep | All | added |
| JSONB | All | |
| jsonb(String) | All | added |
| JSONEntryValueStep | All | added |
| JSONExistsOnStep | All | added |
| JSONFormat | All | |
| quoteNested() | All | added |
| quoteNested(boolean) | All | added |
| wrapSingleColumnRecords() | All | added |
| wrapSingleColumnRecords(boolean) | All | added |
| JSONObjectAggNullStep | All | added |
| JSONObjectNullStep | All | added |
| JSONTableColumnForOrdinalityStep | All | added |
| JSONTableColumnPathStep | All | added |
| JSONTableColumnsFirstStep | All | added |
| JSONTableColumnsStep | All | added |
| JSONValueDefaultStep | All | added |
| JSONValueOnStep | All | added |
| Key | All | |
| nullable() | All | added |
| LoaderCSVStep | All | |
| fieldsCorresponding() | All | added |
| fieldsFromSource() | All | deprecated |
| LoaderContext | All | |
| row() | All | added |
| row(Object[]) | All | added |
| LoaderJSONStep | All | |
| fieldsCorresponding() | All | added |
| fieldsFromSource() | All | deprecated |
| LoaderListenerStep | All | |
| onRow(LoaderRowListener) | All | deprecated |
| onRowEnd(LoaderRowListener) | All | added |
| onRowStart(LoaderRowListener) | All | added |
| LoaderRowsStep | All | |
| fieldsCorresponding() | All | added |
| fieldsFromSource() | All | deprecated |
| MergeKeyStep1 - 22 | All | deprecated |
| key(Collection) | All | deprecated |
| key(Field...) | All | deprecated |
| MergeMatchedStep | All | |
| whenMatchedAnd(String) | All | added |
| whenMatchedAnd(Condition) | All | added |
| whenMatchedAnd(Field) | All | added |
| whenMatchedAnd(SQL) | All | added |
| whenMatchedAnd(String, Object...) | All | added |
| whenMatchedAnd(String, QueryPart...) | All | added |
| whenMatchedThenDelete() | All | added |
| MergeMatchedThenStep | All | added |
| MergeUsingStep | All | |
| columns(Collection) | All | deprecated |
| columns(Field) | All | deprecated |
| columns(Field...) | All | deprecated |
| columns(Field, Field) | All | deprecated |
| columns(Field, Field, Field) | All | deprecated |
| columns(Field, Field, Field, Field) ... and more overloads | All | deprecated |
| MergeValuesStep1 - 22 | All | deprecated |
| select(Select) | All | deprecated |
| values(Object) | All | deprecated |
| values(Collection) | All | deprecated |
| values(Field) | All | deprecated |
| Meta | All | |
| filterCatalogs(Meta.Predicate) | All | added |
| filterDomains(Meta.Predicate) | All | added |
| filterIndexes(Meta.Predicate) | All | added |
| filterPrimaryKeys(Meta.Predicate) | All | added |
| filterSchemas(Meta.Predicate) | All | added |
| filterSequences(Meta.Predicate) | All | added |
| filterTables(Meta.Predicate) | All | added |
| getDomains() | All | added |
| getDomains(String) | All | added |
| getDomains(Name) | All | added |
| snapshot() | All | added |
| Meta.Predicate | All | added |
| Name | All | |
| asMaterialized(Select) | All | added |
| asNotMaterialized(Select) | All | added |
| fields(BiFunction) | All | deprecated |
| fields(Function) | All | deprecated |
| qualifierQualified() | All | added |
| Named | All | |
| getCommentPart() | All | added |
| Package | All | |
| getCatalog() | All | pulled up |
| getSchema() | All | pulled up |
| Param | All | |
| getName() | All | pulled up |
| Qualified | All | added |
| QueryPartInternal | All | |
| rendersContent(Context) | All | added |
| Record1 - 22 | All | |
| with(Field, Object) | All | added |
| with(Field, Object) | All | added |
| with(Field, Object, Converter) | All | added |
| with(Field, Object, Converter) | All | added |
| RecordListener | All | |
| mergeEnd(RecordContext) | All | added |
| mergeStart(RecordContext) | All | added |
| RenderContext | All | |
| cast() | All | pulled up |
| castMode() | All | pulled up |
| castMode(RenderContext.CastMode) | All | removed |
| castMode(RenderContext.CastMode) | All | pulled up |
| castModeSome(SQLDialect...) | All | removed |
| castModeSome(SQLDialect[]) | All | pulled up |
| format() | All | pulled up |
| format(boolean) | All | removed |
| format(boolean) | All | pulled up |
| formatIndentEnd() | All | removed |
| formatIndentEnd() | All | pulled up |
| formatIndentEnd(int) | All | removed |
| formatIndentEnd(int) | All | pulled up |
| formatIndentLockEnd() | All | removed |
| formatIndentLockEnd() | All | pulled up |
| formatIndentLockStart() | All | removed |
| formatIndentLockStart() | All | pulled up |
| formatIndentStart() | All | removed |
| formatIndentStart() | All | pulled up |
| formatIndentStart(int) | All | removed |
| formatIndentStart(int) | All | pulled up |
| formatNewLine() | All | removed |
| formatNewLine() | All | pulled up |
| formatNewLineAfterPrintMargin() | All | removed |
| formatNewLineAfterPrintMargin() | All | pulled up |
| formatPrintMargin(int) | All | removed |
| formatPrintMargin(int) | All | pulled up |
| formatSeparator() | All | removed |
| formatSeparator() | All | pulled up |
| keyword(String) | All | removed |
| keyword(String) | All | pulled up |
| literal(String) | All | removed |
| literal(String) | All | pulled up |
| nextAlias() | All | pulled up |
| paramType() | All | pulled up |
| paramType(ParamType) | All | removed |
| paramType(ParamType) | All | pulled up |
| peekAlias() | All | pulled up |
| qualify() | All | pulled up |
| qualify(boolean) | All | removed |
| qualify(boolean) | All | pulled up |
| render() | All | pulled up |
| render(QueryPart) | All | pulled up |
| sql(char) | All | removed |
| sql(char) | All | pulled up |
| sql(double) | All | removed |
| sql(double) | All | pulled up |
| sql(float) | All | removed |
| sql(float) | All | pulled up |
| sql(int) | All | removed |
| sql(int) | All | pulled up |
| sql(String) | All | removed |
| sql(String) | All | pulled up |
| sql(long) | All | removed |
| sql(long) | All | pulled up |
| sql(String, boolean) | All | removed |
| sql(String, boolean) | All | pulled up |
| Result | All | |
| children(ForeignKey) | All | added |
| parents(ForeignKey) | All | added |
| Role | All | |
| getName() | All | pulled up |
| Routine | All | |
| getCatalog() | All | pulled up |
| getInValue(Parameter) | All | added |
| getSchema() | All | pulled up |
| Row1 - 22 | All | |
| isDistinctFrom(Select) | All | added |
| isNotDistinctFrom(Select) | All | added |
| RowN | All | |
| isDistinctFrom(Select) | All | added |
| isNotDistinctFrom(Select) | All | added |
| SQLDialect | All | |
| ASE_12_5 | All | added |
| ASE_15_5 | All | added |
| ASE_15_7 | All | added |
| ASE_16_0 | All | added |
| ORACLE20C | All | added |
| POSTGRES_12 | All | added |
| supports(Collection) | All | deprecated |
| SQLDialect.ThirdParty | All | |
| driver() | All | added |
| Schema | All | |
| domainStream() | All | added |
| getDomain(String) | All | added |
| getDomain(Name) | All | added |
| getDomains() | All | added |
| getSequence(Name) | All | added |
| getTable(Name) | All | added |
| getUDT(Name) | All | added |
| SelectCorrelatedSubqueryStep | All | added |
| SelectForJSONCommonDirectivesStep | All | added |
| SelectForJSONStep | All | added |
| SelectForStep | All | added |
| SelectForXMLCommonDirectivesStep | All | added |
| SelectForXMLPathDirectivesStep | All | added |
| SelectForXMLRawDirectivesStep | All | added |
| SelectForXMLStep | All | added |
| SelectQuery | All | |
| setForJSONAuto(boolean) | All | added |
| setForJSONB(boolean) | All | added |
| setForJSONIncludeNullValues(boolean) | All | added |
| setForJSONPath(boolean) | All | added |
| setForJSONRoot(boolean) | All | added |
| setForJSONRoot(boolean, String) | All | added |
| setForJSONWithoutArrayWrapper(boolean) | All | added |
| setForLockModeNoWait() | All | added |
| setForLockModeOf(Collection) | All | added |
| setForLockModeOf(Field...) | All | added |
| setForLockModeOf(Table...) | All | added |
| setForLockModeSkipLocked() | All | added |
| setForLockModeWait(int) | All | added |
| setForUpdateNoWait() | All | deprecated |
| setForUpdateOf(Collection) | All | deprecated |
| setForUpdateOf(Field...) | All | deprecated |
| setForUpdateOf(Table...) | All | deprecated |
| setForUpdateSkipLocked() | All | deprecated |
| setForUpdateWait(int) | All | deprecated |
| setForXMLAuto(boolean) | All | added |
| setForXMLElements(boolean) | All | added |
| setForXMLPath(boolean) | All | added |
| setForXMLPath(boolean, String) | All | added |
| setForXMLRaw(boolean) | All | added |
| setForXMLRaw(boolean, String) | All | added |
| setForXMLRoot(boolean) | All | added |
| setForXMLRoot(boolean, String) | All | added |
| Sequence | All | |
| getCatalog() | All | pulled up |
| getSchema() | All | pulled up |
| nextvals(int) | All | added |
| Table | All | |
| as(String, BiFunction) | All | deprecated |
| as(String, Function) | All | deprecated |
| as(Name, BiFunction) | All | deprecated |
| as(Name, Function) | All | deprecated |
| as(Table, BiFunction) | All | deprecated |
| as(Table, Function) | All | deprecated |
| getCatalog() | All | pulled up |
| getComment() | All | pulled up |
| getSchema() | All | pulled up |
| with(SQL) | All | added |
| with(String, Object...) | All | added |
| with(String, QueryPart...) | All | added |
| TableLike | All | |
| asTable(Name) | All | added |
| asTable(Table) | All | added |
| asTable(String, BiFunction) | All | deprecated |
| asTable(String, Function) | All | deprecated |
| asTable(Name, Name...) | All | added |
| asTable(Table, Field...) | All | added |
| TableRecord | All | |
| parent(ForeignKey) | All | added |
| TransactionalCallable | All | |
| of(Collection) | All | added |
| of(TransactionalCallable...) | All | added |
| of(Collection, Collector) | All | added |
| of(TransactionalCallable[], Collector) | All | added |
| TransactionalRunnable | All | |
| of(Collection) | All | added |
| of(TransactionalRunnable...) | All | added |
| UDT | All | |
| getCatalog() | All | pulled up |
| getSchema() | All | pulled up |
| UpdatableRecord | All | |
| children(ForeignKey) | All | added |
| merge() | All | added |
| merge(Collection) | All | added |
| merge(Field...) | All | added |
| User | All | |
| getName() | All | pulled up |
| WithAsStep | All | |
| asMaterialized(Select) | All | added |
| asNotMaterialized(Select) | All | added |
| WithAsStep1 - 22 | All | |
| asMaterialized(Select) | All | added |
| asNotMaterialized(Select) | All | added |
| WithStep | All | |
| mergeInto(Table, Field) | All | deprecated |
| mergeInto(Table, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field, Field) ... and more overloads | All | deprecated |
| with(Collection) | All | added |
| with(String, Collection) | All | added |
| with(String, BiFunction) | All | deprecated |
| with(String, Function) | All | deprecated |
| with(Name, Collection) | All | added |
| XML | All | added |
| XMLAggOrderByStep | All | added |
| XMLAttributes | All | added |
| XMLExistsPassingStep | All | added |
| XMLFormat | All | |
| quoteNested() | All | added |
| quoteNested(boolean) | All | added |
| XMLQueryPassingStep | All | added |
| XMLTableColumnForOrdinalityStep | All | added |
| XMLTableColumnPathStep | All | added |
| XMLTableColumnsFirstStep | All | added |
| XMLTableColumnsStep | All | added |
| XMLTablePassingStep | All | added |
| org.jooq.conf | | |
| RenderImplicitJoinType | All | added |
| Settings | All | |
| getBatchSize() | All | added |
| getRenderImplicitJoinType() | All | added |
| getTransformUnneededArithmeticExpressions() | All | added |
| getUpdateUnchangedRecords() | All | added |
| isBindOffsetDateTimeType() | All | added |
| isBindOffsetTimeType() | All | added |
| isCachePreparedStatementInLoader() | All | added |
| isForceIntegerTypesOnZeroScaleDecimals() | All | added |
| isInsertUnchangedRecords() | All | added |
| isTransformRownum() | All | added |
| setBatchSize(Integer) | All | added |
| setBindOffsetDateTimeType(Boolean) | All | added |
| setBindOffsetTimeType(Boolean) | All | added |
| setCachePreparedStatementInLoader(Boolean) | All | added |
| setForceIntegerTypesOnZeroScaleDecimals(Boolean) | All | added |
| setInsertUnchangedRecords(Boolean) | All | added |
| setRenderImplicitJoinType(RenderImplicitJoinType) | All | added |
| setTransformRownum(Boolean) | All | added |
| setTransformUnneededArithmeticExpressions(TransformUnneededArithmeticExpressions) | All | added |
| setUpdateUnchangedRecords(UpdateUnchangedRecords) | All | added |
| withBatchSize(Integer) | All | added |
| withBindOffsetDateTimeType(Boolean) | All | added |
| withBindOffsetTimeType(Boolean) | All | added |
| withCachePreparedStatementInLoader(Boolean) | All | added |
| withForceIntegerTypesOnZeroScaleDecimals(Boolean) | All | added |
| withInsertUnchangedRecords(Boolean) | All | added |
| withRenderImplicitJoinType(RenderImplicitJoinType) | All | added |
| withTransformRownum(Boolean) | All | added |
| withTransformUnneededArithmeticExpressions(TransformUnneededArithmeticExpressions) | All | added |
| withUpdateUnchangedRecords(UpdateUnchangedRecords) | All | added |
| SettingsTools | All | |
| getBatchSize(Settings) | All | added |
| getTransformUnneededArithmeticExpressions(Settings) | All | added |
| TransformUnneededArithmeticExpressions | All | added |
| UpdateUnchangedRecords | All | added |
| org.jooq.exception | | |
| TemplatingException | All | added |
| org.jooq.impl | | |
| AbstractBinding | All | added |
| AbstractRoutine | All | |
| getInValue(Parameter) | All | added |
| rendersContent(Context) | All | added |
| CatalogImpl | All | |
| getSchema(Name) | All | added |
| rendersContent(Context) | All | added |
| CatalogMetaProvider | All | |
| <init>(Configuration, Collection) | All | added |
| ConvertDateTime | All | removed |
| CustomCondition | All | |
| not() | All | added |
| rendersContent(Context) | All | added |
| CustomField | All | |
| add(Field) | All | removed |
| mul(Field) | All | removed |
| rendersContent(Context) | All | added |
| CustomQueryPart | All | |
| rendersContent(Context) | All | added |
| DAOImpl | All | |
| merge(Object) | All | added |
| merge(Object...) | All | added |
| merge(Collection) | All | added |
| DSL | All | |
| aggregate(String, Class, Field...) | All | added |
| aggregate(String, DataType, Field...) | All | added |
| aggregate(Name, Class, Field...) | All | added |
| aggregate(Name, DataType, Field...) | All | added |
| aggregateDistinct(String, Class, Field...) | All | added |
| aggregateDistinct(String, DataType, Field...) | All | added |
| aggregateDistinct(Name, Class, Field...) | All | added |
| aggregateDistinct(Name, DataType, Field...) | All | added |
| alterDatabase(String) | All | added |
| alterDatabase(Catalog) | All | added |
| alterDatabase(Name) | All | added |
| alterDatabaseIfExists(String) | All | added |
| alterDatabaseIfExists(Catalog) | All | added |
| alterDatabaseIfExists(Name) | All | added |
| alterDomain(String) | All | added |
| alterDomain(Domain) | All | added |
| alterDomain(Name) | All | added |
| alterDomainIfExists(String) | All | added |
| alterDomainIfExists(Domain) | All | added |
| alterDomainIfExists(Name) | All | added |
| arrayGet(Field, int) | All | added |
| arrayGet(Field, Field) | All | added |
| cardinality(Field) | All | added |
| catalog(String) | All | added |
| continueWhen(Field) | All | added |
| createDatabase(String) | All | added |
| createDatabase(Catalog) | All | added |
| createDatabase(Name) | All | added |
| createDatabaseIfNotExists(String) | All | added |
| createDatabaseIfNotExists(Catalog) | All | added |
| createDatabaseIfNotExists(Name) | All | added |
| createDomain(String) | All | added |
| createDomain(Domain) | All | added |
| createDomain(Name) | All | added |
| createDomainIfNotExists(String) | All | added |
| createDomainIfNotExists(Domain) | All | added |
| createDomainIfNotExists(Name) | All | added |
| createOrReplaceView(String, Function) | All | deprecated |
| createOrReplaceView(Name, Function) | All | deprecated |
| createOrReplaceView(Table, Function) | All | deprecated |
| createView(String, Function) | All | deprecated |
| createView(Name, Function) | All | deprecated |
| createView(Table, Function) | All | deprecated |
| createViewIfNotExists(String, Function) | All | deprecated |
| createViewIfNotExists(Name, Function) | All | deprecated |
| createViewIfNotExists(Table, Function) | All | deprecated |
| dateDiff(DatePart, Date, Date) | All | added |
| dateDiff(DatePart, Date, Field) | All | added |
| dateDiff(DatePart, Field, Date) | All | added |
| dateDiff(DatePart, Field, Field) | All | added |
| domain(String) | All | added |
| domain(Name) | All | added |
| dropDatabase(String) | All | added |
| dropDatabase(Catalog) | All | added |
| dropDatabase(Name) | All | added |
| dropDatabaseIfExists(String) | All | added |
| dropDatabaseIfExists(Catalog) | All | added |
| dropDatabaseIfExists(Name) | All | added |
| dropDomain(String) | All | added |
| dropDomain(Domain) | All | added |
| dropDomain(Name) | All | added |
| dropDomainIfExists(String) | All | added |
| dropDomainIfExists(Domain) | All | added |
| dropDomainIfExists(Name) | All | added |
| exitWhen(Field) | All | added |
| if_(Condition, Object, Object) | All | added |
| if_(Condition, Object, Field) | All | added |
| if_(Condition, Field, Object) | All | added |
| if_(Condition, Field, Field) | All | added |
| inline(JSON) | All | added |
| inline(JSONB) | All | added |
| inline(XML) | All | added |
| insert(Field, Number, Number, String) | All | added |
| insert(Field, Field, Field, Field) ... and more overloads | All | added |
| jsonArrayAgg(Field) | All | added |
| jsonEntry(Field) | All | added |
| jsonEntry(String, Field) | All | added |
| jsonEntry(Field, Object) | All | added |
| jsonExists(Field, String) | All | added |
| jsonExists(Field, Field) | All | added |
| jsonObject() | All | added |
| jsonObject(Field...) | All | added |
| jsonObject(String, Field) | All | added |
| jsonObjectAgg(Field) | All | added |
| jsonObjectAgg(JSONEntry) | All | added |
| jsonObjectAgg(String, Field) | All | added |
| jsonObjectAgg(Field, Field) | All | added |
| jsonTable(Field, Field) | All | added |
| jsonTable(JSON, String) | All | added |
| jsonValue(Field, String) | All | added |
| jsonValue(Field, Field) | All | added |
| jsonbArrayAgg(Field) | All | added |
| jsonbExists(Field, String) | All | added |
| jsonbExists(Field, Field) | All | added |
| jsonbObject(Field...) | All | added |
| jsonbObjectAgg(Field) | All | added |
| jsonbObjectAgg(JSONEntry) | All | added |
| jsonbObjectAgg(String, Field) | All | added |
| jsonbObjectAgg(Field, Field) | All | added |
| jsonbTable(Field, Field) | All | added |
| jsonbTable(JSONB, String) | All | added |
| jsonbValue(Field, String) | All | added |
| jsonbValue(Field, Field) | All | added |
| key(String) | All | added |
| key(Field) | All | added |
| localDateDiff(DatePart, LocalDate, LocalDate) | All | added |
| localDateDiff(DatePart, LocalDate, Field) | All | added |
| localDateDiff(DatePart, Field, LocalDate) | All | added |
| localDateDiff(DatePart, Field, Field) | All | added |
| mergeInto(Table, Collection) | All | deprecated |
| mergeInto(Table, Field) | All | deprecated |
| mergeInto(Table, Field...) | All | deprecated |
| mergeInto(Table, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field, Field) ... and more overloads | All | deprecated |
| overlay(Field, String, Number) | All | added |
| overlay(Field, Field, Field) | All | added |
| overlay(Field, String, Number, Number) | All | added |
| overlay(Field, Field, Field, Field) ... and more overloads | All | added |
| regexpReplaceAll(Field, String, String) | All | added |
| regexpReplaceAll(Field, Field, Field) | All | added |
| regexpReplaceFirst(Field, String, String) | All | added |
| regexpReplaceFirst(Field, Field, Field) | All | added |
| schema(String) | All | added |
| tau() | All | added |
| toChar(Object) | All | added |
| toChar(Field) | All | added |
| toChar(Object, String) | All | added |
| toChar(Object, Field) | All | added |
| toChar(Field, String) | All | added |
| toChar(Field, Field) | All | added |
| val(JSON) | All | added |
| val(JSONB) | All | added |
| val(XML) | All | added |
| value(Class) | All | added |
| value(DataType) | All | added |
| value(JSON) | All | added |
| value(JSONB) | All | added |
| value(XML) | All | added |
| when(Field, Object) | All | added |
| when(Field, Field) | All | added |
| when(Field, Select) | All | added |
| with(Collection) | All | added |
| with(String, Collection) | All | added |
| with(String, Function) | All | deprecated |
| with(Name, Collection) | All | added |
| withRecursive(Collection) | All | added |
| withRecursive(String, Collection) | All | added |
| withRecursive(String, Function) | All | deprecated |
| withRecursive(Name, Collection) | All | added |
| xmlagg(Field) | All | added |
| xmlattributes(Collection) | All | added |
| xmlattributes(Field...) | All | added |
| xmlcomment(String) | All | added |
| xmlcomment(Field) | All | added |
| xmlconcat(Collection) | All | added |
| xmlconcat(Field...) | All | added |
| xmldocument(Field) | All | added |
| xmlelement(String, Collection) | All | added |
| xmlelement(String, Field...) | All | added |
| xmlelement(Name, Collection) | All | added |
| xmlelement(Name, Field...) | All | added |
| xmlelement(String, XMLAttributes, Collection) | All | added |
| xmlelement(String, XMLAttributes, Field...) | All | added |
| xmlelement(Name, XMLAttributes, Collection) | All | added |
| xmlelement(Name, XMLAttributes, Field...) | All | added |
| xmlexists(String) | All | added |
| xmlexists(Field) | All | added |
| xmlforest(Collection) | All | added |
| xmlforest(Field...) | All | added |
| xmlparseContent(String) | All | added |
| xmlparseContent(Field) | All | added |
| xmlparseDocument(String) | All | added |
| xmlparseDocument(Field) | All | added |
| xmlpi(String) | All | added |
| xmlpi(Name) | All | added |
| xmlpi(String, Field) | All | added |
| xmlpi(Name, Field) | All | added |
| xmlquery(String) | All | added |
| xmlquery(Field) | All | added |
| xmltable(String) | All | added |
| xmltable(Field) | All | added |
| DefaultCloseableDSLContext | All | added |
| DefaultConfiguration | All | |
| charsetProvider() | All | added |
| derive(CharsetProvider) | All | added |
| set(CharsetProvider) | All | added |
| DefaultDSLContext | All | |
| alterDatabase(String) | All | added |
| alterDatabase(Catalog) | All | added |
| alterDatabase(Name) | All | added |
| alterDatabaseIfExists(String) | All | added |
| alterDatabaseIfExists(Catalog) | All | added |
| alterDatabaseIfExists(Name) | All | added |
| alterDomain(String) | All | added |
| alterDomain(Domain) | All | added |
| alterDomain(Name) | All | added |
| alterDomainIfExists(String) | All | added |
| alterDomainIfExists(Domain) | All | added |
| alterDomainIfExists(Name) | All | added |
| batchMerge(Collection) | All | added |
| batchMerge(UpdatableRecord...) | All | added |
| batched(BatchedRunnable) | All | added |
| batchedResult(BatchedCallable) | All | added |
| close() | All | removed |
| createDatabase(String) | All | added |
| createDatabase(Catalog) | All | added |
| createDatabase(Name) | All | added |
| createDatabaseIfNotExists(String) | All | added |
| createDatabaseIfNotExists(Catalog) | All | added |
| createDatabaseIfNotExists(Name) | All | added |
| createDomain(String) | All | added |
| createDomain(Domain) | All | added |
| createDomain(Name) | All | added |
| createDomainIfNotExists(String) | All | added |
| createDomainIfNotExists(Domain) | All | added |
| createDomainIfNotExists(Name) | All | added |
| dropDatabase(String) | All | added |
| dropDatabase(Catalog) | All | added |
| dropDatabase(Name) | All | added |
| dropDatabaseIfExists(String) | All | added |
| dropDatabaseIfExists(Catalog) | All | added |
| dropDatabaseIfExists(Name) | All | added |
| dropDomain(String) | All | added |
| dropDomain(Domain) | All | added |
| dropDomain(Name) | All | added |
| dropDomainIfExists(String) | All | added |
| dropDomainIfExists(Domain) | All | added |
| dropDomainIfExists(Name) | All | added |
| mergeInto(Table, Field) | All | deprecated |
| mergeInto(Table, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field) | All | deprecated |
| mergeInto(Table, Field, Field, Field, Field) ... and more overloads | All | deprecated |
| nextvals(Sequence, int) | All | added |
| with(Collection) | All | added |
| with(String, Collection) | All | added |
| with(Name, Collection) | All | added |
| withRecursive(Collection) | All | added |
| withRecursive(String, Collection) | All | added |
| withRecursive(Name, Collection) | All | added |
| DefaultDataType | All | |
| asArrayDataType(Class) | All | removed |
| asEnumDataType(Class) | All | removed |
| characterSet(CharacterSet) | All | removed |
| clauses(Context) | All | added |
| collation(Collation) | All | removed |
| convert(Object...) | All | removed |
| convert(Collection) | All | removed |
| declaresCTE() | All | added |
| declaresFields() | All | added |
| declaresTables() | All | added |
| declaresWindows() | All | added |
| defaultValue() | All | removed |
| defaultValue(Object) | All | removed |
| defaultValue(Field) | All | removed |
| default_(Object) | All | removed |
| default_(Field) | All | removed |
| defaulted() | All | removed |
| defaulted(boolean) | All | removed |
| generatesCast() | All | added |
| getArrayComponentDataType() | All | added |
| getArrayComponentType() | All | added |
| getArrayDataType() | All | removed |
| getArrayType() | All | removed |
| getCastTypeName() | All | removed |
| getConverter() | All | removed |
| getDataType(SQLDialect, String, int, int, boolean) | All | added |
| getDomain() | All | added |
| getQualifiedName() | All | added |
| getSQLType(Configuration) | All | removed |
| getTypeName() | All | removed |
| hasLength() | All | removed |
| hasPrecision() | All | removed |
| hasScale() | All | removed |
| identity(boolean) | All | removed |
| isArray() | All | removed |
| isBinary() | All | removed |
| isDate() | All | removed |
| isDateTime() | All | removed |
| isEnum() | All | removed |
| isInteger() | All | removed |
| isInterval() | All | removed |
| isLob() | All | removed |
| isNumeric() | All | removed |
| isString() | All | removed |
| isTemporal() | All | removed |
| isTime() | All | removed |
| isTimestamp() | All | removed |
| isUDT() | All | removed |
| length() | All | removed |
| length(int) | All | removed |
| nullability(Nullability) | All | removed |
| nullable() | All | removed |
| nullable(boolean) | All | removed |
| precision() | All | removed |
| precision(int) | All | removed |
| precision(int, int) | All | removed |
| rendersContent(Context) | All | added |
| scale() | All | removed |
| scale(int) | All | removed |
| DefaultRecordListener | All | |
| mergeEnd(RecordContext) | All | added |
| mergeStart(RecordContext) | All | added |
| EmbeddableRecordImpl | All | |
| <init>(Field...) | All | deprecated |
| <init>(Row) | All | added |
| <init>(TableField...) | All | added |
| into(Object) | All | added |
| Internal | All | |
| createDomain(Schema, Name, DataType, Check...) | All | added |
| createEmbeddable(Name, Class, boolean, Table, TableField...) | All | added |
| createForeignKey(UniqueKey, Table, TableField...) | All | deprecated |
| createForeignKey(UniqueKey, Table, String, TableField...) | All | deprecated |
| createForeignKey(UniqueKey, Table, String, TableField[], boolean) | All | deprecated |
| createForeignKey(Table, Name, TableField, UniqueKey, TableField, boolean) | All | added |
| createForeignKey(Table, Name, TableField[], UniqueKey, TableField[], boolean) | All | added |
| createIndex(String, Table, OrderField[], boolean) | All | deprecated |
| createUniqueKey(Table, String, TableField...) | All | deprecated |
| createUniqueKey(Table, Name, TableField...) | All | added |
| createUniqueKey(Table, String, TableField[], boolean) | All | deprecated |
| createUniqueKey(Table, Name, TableField, boolean) | All | added |
| createUniqueKey(Table, Name, TableField[], boolean) | All | added |
| fields(TableField) | All | added |
| fieldsRow(TableField) | All | added |
| subscriber(Consumer, Consumer, Consumer, Runnable) | All | added |
| LazyCatalog | All | added |
| LazySchema | All | added |
| LazySupplier | All | added |
| PackageImpl | All | |
| rendersContent(Context) | All | added |
| SQLDataType | All | |
| XML | All | added |
| LOCALDATETIME(int) | All | added |
| LOCALTIME(int) | All | added |
| SchemaImpl | All | |
| domainStream() | All | added |
| getDomain(String) | All | added |
| getDomain(Name) | All | added |
| getDomains() | All | added |
| getSequence(Name) | All | added |
| getTable(Name) | All | added |
| getUDT(Name) | All | added |
| rendersContent(Context) | All | added |
| SchemaMetaProvider | All | |
| <init>(Configuration, Collection) | All | added |
| SequenceImpl | All | |
| nextvals(int) | All | added |
| rendersContent(Context) | All | added |
| TableImpl | All | |
| rendersContent(Context) | All | added |
| TableMetaProvider | All | |
| <init>(Configuration, Collection) | All | added |
| TableRecordImpl | All | |
| into(Object) | All | added |
| parent(ForeignKey) | All | added |
| UDTImpl | All | |
| rendersContent(Context) | All | added |
| UDTRecordImpl | All | |
| into(Object) | All | added |
| UpdatableRecordImpl | All | |
| children(ForeignKey) | All | added |
| merge() | All | added |
| merge(Collection) | All | added |
| merge(Field...) | All | added |
| org.jooq.tools.jdbc | | |
| BatchedConnection | All | added |
| BatchedPreparedStatement | All | added |
| JDBCUtils | All | |
| driver(SQLDialect) | All | added |
| MockConfiguration | All | |
| charsetProvider() | All | added |
| derive(CharsetProvider) | All | added |
| set(CharsetProvider) | All | added |
| org.jooq.types | | |
| DayToSecond | All | |
| day(String) | All | added |
| dayToHour(String) | All | added |
| dayToMinute(String) | All | added |
| dayToSecond(String) | All | added |
| hour(String) | All | added |
| hourToMinute(String) | All | added |
| hourToSecond(String) | All | added |
| minute(String) | All | added |
| minuteToSecond(String) | All | added |
| second(String) | All | added |
| YearToMonth | All | |
| month(String) | All | added |
| year(String) | All | added |
| yearToMonth(String) | All | added |
| org.jooq.util.h2 | | |
| H2DataType | All | |
| INTERVALDAYTOSECOND | All | added |
| INTERVALYEARTOMONTH | All | added |
| JSON | All | added |
| JSONB | All | added |
| org.jooq.util.mariadb | | |
| MariaDBDataType | All | |
| JSON | All | added |
| org.jooq.util.oracle | | |
| OracleDSL | All | |
| toChar(Object) | All | deprecated |
| toChar(Field) | All | deprecated |
| toChar(Object, String) | All | deprecated |
| toChar(Object, Field) | All | deprecated |
| toChar(Field, String) | All | deprecated |
| toChar(Field, Field) | All | deprecated |
| org.jooq.util.xml.jaxb | | |
| Column | All | |
| getDomainCatalog() | All | added |
| getDomainName() | All | added |
| getDomainSchema() | All | added |
| setDomainCatalog(String) | All | added |
| setDomainName(String) | All | added |
| setDomainSchema(String) | All | added |
| withDomainCatalog(String) | All | added |
| withDomainName(String) | All | added |
| withDomainSchema(String) | All | added |
| Domain | All | added |
| DomainConstraint | All | added |
| InformationSchema | All | |
| getDomainConstraints() | All | added |
| getDomains() | All | added |
| setDomainConstraints(List) | All | added |
| setDomains(List) | All | added |
| withDomainConstraints(Collection) | All | added |
| withDomainConstraints(List) | All | added |
| withDomainConstraints(DomainConstraint...) | All | added |
| withDomains(Collection) | All | added |
| withDomains(List) | All | added |
| withDomains(Domain...) | All | added |
| ObjectFactory | All | |
| createDomain() | All | added |
| createDomainConstraint() | All | added |