| Object | Edition | Modification |
| org.jooq | | |
| AlterSequenceFlagsStep | All | added |
| AlterSequenceRestartStep | All | removed |
| AlterSequenceStep | All | |
| restart() | All | removed |
| restartWith(Number) | All | removed |
| restartWith(Field) | All | removed |
| AlterTableAddStep | All | added |
| AlterTableAlterConstraintStep | All | added |
| AlterTableAlterStep | All | |
| dropDefault() | All | added |
| setDefault(Object) | All | added |
| setDefault(Field) | All | added |
| AlterTableStep | All | |
| alter(Constraint) | All | added |
| alterConstraint(String) | All | added |
| alterConstraint(Constraint) | All | added |
| alterConstraint(Name) | All | added |
| dropConstraintIfExists(String) | All | added |
| dropConstraintIfExists(Constraint) | All | added |
| dropConstraintIfExists(Name) | All | added |
| dropIfExists(Constraint) | All | added |
| dropUnique(String) | All | added |
| dropUnique(Constraint) | All | added |
| dropUnique(Name) | All | added |
| AlterTypeFinalStep | All | added |
| AlterTypeRenameValueToStep | All | added |
| AlterTypeStep | All | added |
| Batch | All | |
| executeAsync() | All | added |
| executeAsync(Executor) | All | added |
| Check | All | added |
| Configuration | All | |
| derive(MigrationListener...) | All | added |
| derive(MigrationListenerProvider...) | All | added |
| derive(VersionProvider) | All | added |
| interpreterConnectionProvider() | All | added |
| migrationListenerProviders() | All | added |
| set(MigrationListener...) | All | added |
| set(MigrationListenerProvider...) | All | added |
| set(VersionProvider) | All | added |
| systemConnectionProvider() | All | added |
| versionProvider() | All | added |
| ConstraintEnforcementStep | All | added |
| DDLExportConfiguration | All | |
| createIndexIfNotExists() | All | added |
| createIndexIfNotExists(boolean) | All | added |
| createOrReplaceView() | All | added |
| createOrReplaceView(boolean) | All | added |
| createSequenceIfNotExists() | All | added |
| createSequenceIfNotExists(boolean) | All | added |
| createViewIfNotExists() | All | added |
| createViewIfNotExists(boolean) | All | added |
| defaultSequenceFlags() | All | added |
| defaultSequenceFlags(boolean) | All | added |
| respectCatalogOrder() | All | added |
| respectCatalogOrder(boolean) | All | added |
| respectColumnOrder() | All | added |
| respectColumnOrder(boolean) | All | added |
| respectConstraintOrder() | All | added |
| respectConstraintOrder(boolean) | All | added |
| respectIndexOrder() | All | added |
| respectIndexOrder(boolean) | All | added |
| respectSchemaOrder() | All | added |
| respectSchemaOrder(boolean) | All | added |
| respectSequenceOrder() | All | added |
| respectSequenceOrder(boolean) | All | added |
| respectTableOrder() | All | added |
| respectTableOrder(boolean) | All | added |
| DDLFlag | All | |
| CHECK | All | added |
| INDEX | All | added |
| SEQUENCE | All | added |
| DSLContext | All | |
| alterType(String) | All | added |
| alterType(Name) | All | added |
| createTemporaryTableIfNotExists(String) | All | added |
| createTemporaryTableIfNotExists(Name) | All | added |
| createTemporaryTableIfNotExists(Table) | All | added |
| dropTemporaryTableIfExists(String) | All | added |
| dropTemporaryTableIfExists(Name) | All | added |
| dropTemporaryTableIfExists(Table) | All | added |
| meta(String...) | All | added |
| meta(Query...) | All | added |
| migrateTo(Version) | All | added |
| set(Name, Param) | All | added |
| version(String) | All | added |
| DataType | All | |
| isInteger() | All | added |
| DeleteQuery | All | |
| addUsing(Collection) | All | added |
| addUsing(TableLike) | All | added |
| addUsing(TableLike...) | All | added |
| DeleteUsingStep | All | added |
| DiffCLI | All | added |
| DiffCLI.Args | All | added |
| DropIndexCascadeStep | All | added |
| Field | All | |
| ascii() | All | deprecated |
| bitLength() | All | deprecated |
| charLength() | All | deprecated |
| coalesce(Object, Object...) | All | deprecated |
| coalesce(Field, Field...) | All | deprecated |
| decode(Object, Object) | All | deprecated |
| decode(Field, Field) | All | deprecated |
| decode(Object, Object, Object...) | All | deprecated |
| decode(Field, Field, Field...) | All | deprecated |
| getBinding() | All | pulled up |
| getConverter() | All | pulled up |
| getDataType() | All | pulled up |
| getDataType(Configuration) | All | pulled up |
| getType() | All | pulled up |
| length() | All | deprecated |
| lower() | All | deprecated |
| lpad(int) | All | deprecated |
| lpad(Field) | All | deprecated |
| lpad(int, char) | All | deprecated |
| lpad(Field, Field) | All | deprecated |
| ltrim() | All | deprecated |
| nullif(Object) | All | deprecated |
| nullif(Field) | All | deprecated |
| nvl(Object) | All | deprecated |
| nvl(Field) | All | deprecated |
| nvl2(Object, Object) | All | deprecated |
| nvl2(Field, Field) | All | deprecated |
| octetLength() | All | deprecated |
| position(String) | All | deprecated |
| position(Field) | All | deprecated |
| repeat(Number) | All | deprecated |
| repeat(Field) | All | deprecated |
| replace(String) | All | deprecated |
| replace(Field) | All | deprecated |
| replace(String, String) | All | deprecated |
| replace(Field, Field) | All | deprecated |
| rpad(int) | All | deprecated |
| rpad(Field) | All | deprecated |
| rpad(int, char) | All | deprecated |
| rpad(Field, Field) | All | deprecated |
| rtrim() | All | deprecated |
| substring(int) | All | deprecated |
| substring(Field) | All | deprecated |
| substring(int, int) | All | deprecated |
| substring(Field, Field) | All | deprecated |
| trim() | All | deprecated |
| upper() | All | deprecated |
| FilePattern | All | added |
| FilePattern.Loader | All | added |
| FilePattern.Sort | All | added |
| JoinType | All | |
| toKeyword(boolean) | All | added |
| Key | All | |
| enforced() | All | added |
| getName() | All | pulled up |
| LoaderCSVStep | All | |
| fieldsFromSource() | All | added |
| LoaderJSONStep | All | |
| fieldsFromSource() | All | added |
| LoaderRowsStep | All | |
| fieldsFromSource() | All | added |
| LoaderSourceStep | All | |
| loadCSV(Source) | All | added |
| loadJSON(Source) | All | added |
| loadXML(Source) | All | added |
| Log | All | |
| log(Log.Level, Object) | All | added |
| log(Log.Level, Object, Object) | All | added |
| log(Log.Level, Object, Throwable) | All | added |
| log(Log.Level, Object, Object, Throwable) | All | added |
| Meta | All | |
| apply(String) | All | added |
| apply(Collection) | All | added |
| apply(Queries) | All | added |
| apply(Query...) | All | added |
| ddl() | All | added |
| ddl(DDLExportConfiguration) | All | added |
| getIndexes() | All | added |
| informationSchema() | All | added |
| migrateTo(Meta) | All | added |
| migrateTo(Meta, MigrationConfiguration) | All | added |
| Migration | All | added |
| MigrationConfiguration | All | added |
| MigrationContext | All | added |
| MigrationListener | All | added |
| MigrationListenerProvider | All | added |
| Name | All | |
| compareTo(Object) | All | added |
| compareTo(Name) | All | added |
| empty() | All | added |
| Parameter | All | |
| getBinding() | All | pulled up |
| getConverter() | All | pulled up |
| getDataType() | All | pulled up |
| getDataType(Configuration) | All | pulled up |
| getType() | All | pulled up |
| Period | All | added |
| PeriodSpecification | All | added |
| PeriodSpecificationBetweenAndStep | All | added |
| PeriodSpecificationFromToStep | All | added |
| Queries | All | |
| concat(Queries) | All | added |
| SQLDialect | All | |
| COCKROACHDB | All | added |
| CUBRID | All | deprecated |
| MARIADB_10_0 | All | added |
| MARIADB_10_1 | All | added |
| MARIADB_10_2 | All | added |
| MARIADB_10_3 | All | added |
| MARIADB_10_4 | All | added |
| MARIADB_10_5 | All | added |
| MYSQL_8_0_19 | All | added |
| SQLITE_3_30 | All | added |
| predecessors() | All | added |
| predecessors(SQLDialect...) | All | added |
| supportedBy(SQLDialect) | All | added |
| supportedBy(SQLDialect...) | All | added |
| supportedUntil(SQLDialect) | All | added |
| supportedUntil(SQLDialect...) | All | added |
| SelectField | All | |
| getBinding() | All | pulled up |
| getConverter() | All | pulled up |
| getDataType() | All | pulled up |
| getDataType(Configuration) | All | pulled up |
| getType() | All | pulled up |
| Sequence | All | |
| getCache() | All | added |
| getCycle() | All | added |
| getDataType() | All | pulled up |
| getIncrementBy() | All | added |
| getMaxvalue() | All | added |
| getMinvalue() | All | added |
| getStartWith() | All | added |
| Source | All | |
| of(File) | All | added |
| of(byte[], String) | All | added |
| of(byte[], CharsetDecoder) | All | added |
| of(File, String) | All | added |
| of(File, Charset) | All | added |
| of(File, CharsetDecoder) | All | added |
| of(InputStream, String) | All | added |
| of(InputStream, CharsetDecoder) | All | added |
| readString() | All | added |
| toString() | All | added |
| Table | All | |
| forPortionOf(PeriodSpecification) | All | added |
| for_(PeriodSpecification) | All | added |
| getChecks() | All | added |
| getOptions() | All | added |
| getType() | All | added |
| TableOptions | All | added |
| TableOptions.OnCommit | All | added |
| TableOptions.TableType | All | added |
| Typed | All | added |
| Version | All | added |
| VersionProvider | All | added |
| Versions | All | added |
| org.jooq.conf | | |
| InterpreterNameLookupCaseSensitivity | All | added |
| InterpreterSearchSchema | All | added |
| MappedCatalog | All | added |
| ObjectFactory | All | |
| createInterpreterSearchSchema() | All | added |
| createMappedCatalog() | All | added |
| ParseNameCase | All | added |
| RenderMapping | All | |
| getCatalogs() | All | added |
| getDefaultCatalog() | All | added |
| setCatalogs(List) | All | added |
| setDefaultCatalog(String) | All | added |
| withCatalogs(Collection) | All | added |
| withCatalogs(List) | All | added |
| withCatalogs(MappedCatalog...) | All | added |
| withDefaultCatalog(String) | All | added |
| RenderOptionalKeyword | All | added |
| Settings | All | |
| getInterpreterDialect() | All | added |
| getInterpreterLocale() | All | added |
| getInterpreterNameLookupCaseSensitivity() | All | added |
| getInterpreterSearchPath() | All | added |
| getLocale() | All | added |
| getMigrationListenerEndInvocationOrder() | All | added |
| getMigrationListenerStartInvocationOrder() | All | added |
| getParseLocale() | All | added |
| getParseNameCase() | All | added |
| getRenderKeywordStyle() | All | deprecated |
| getRenderNameStyle() | All | deprecated |
| getRenderOptionalAsKeywordForFieldAliases() | All | added |
| getRenderOptionalAsKeywordForTableAliases() | All | added |
| getRenderOptionalInnerKeyword() | All | added |
| getRenderOptionalOuterKeyword() | All | added |
| isApplyWorkaroundFor7962() | All | added |
| isInterpreterDelayForeignKeyDeclarations() | All | added |
| isMigrationAllowsUndo() | All | added |
| isMigrationAutoValidation() | All | added |
| isMigrationRevertUntracked() | All | added |
| isParseSetCommands() | All | added |
| isTransformAnsiJoinToTableLists() | All | added |
| setApplyWorkaroundFor7962(Boolean) | All | added |
| setInterpreterDelayForeignKeyDeclarations(Boolean) | All | added |
| setInterpreterDialect(SQLDialect) | All | added |
| setInterpreterLocale(Locale) | All | added |
| setInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity) | All | added |
| setInterpreterSearchPath(List) | All | added |
| setLocale(Locale) | All | added |
| setMigrationAllowsUndo(Boolean) | All | added |
| setMigrationAutoValidation(Boolean) | All | added |
| setMigrationListenerEndInvocationOrder(InvocationOrder) | All | added |
| setMigrationListenerStartInvocationOrder(InvocationOrder) | All | added |
| setMigrationRevertUntracked(Boolean) | All | added |
| setParseLocale(Locale) | All | added |
| setParseNameCase(ParseNameCase) | All | added |
| setParseSetCommands(Boolean) | All | added |
| setRenderKeywordStyle(RenderKeywordStyle) | All | deprecated |
| setRenderNameStyle(RenderNameStyle) | All | deprecated |
| setRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword) | All | added |
| setRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword) | All | added |
| setRenderOptionalInnerKeyword(RenderOptionalKeyword) | All | added |
| setRenderOptionalOuterKeyword(RenderOptionalKeyword) | All | added |
| setTransformAnsiJoinToTableLists(Boolean) | All | added |
| withApplyWorkaroundFor7962(Boolean) | All | added |
| withInterpreterDelayForeignKeyDeclarations(Boolean) | All | added |
| withInterpreterDialect(SQLDialect) | All | added |
| withInterpreterLocale(Locale) | All | added |
| withInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity) | All | added |
| withInterpreterSearchPath(Collection) | All | added |
| withInterpreterSearchPath(List) | All | added |
| withInterpreterSearchPath(InterpreterSearchSchema...) | All | added |
| withLocale(Locale) | All | added |
| withMigrationAllowsUndo(Boolean) | All | added |
| withMigrationAutoValidation(Boolean) | All | added |
| withMigrationListenerEndInvocationOrder(InvocationOrder) | All | added |
| withMigrationListenerStartInvocationOrder(InvocationOrder) | All | added |
| withMigrationRevertUntracked(Boolean) | All | added |
| withParseLocale(Locale) | All | added |
| withParseNameCase(ParseNameCase) | All | added |
| withParseSetCommands(Boolean) | All | added |
| withRenderKeywordStyle(RenderKeywordStyle) | All | deprecated |
| withRenderNameStyle(RenderNameStyle) | All | deprecated |
| withRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword) | All | added |
| withRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword) | All | added |
| withRenderOptionalInnerKeyword(RenderOptionalKeyword) | All | added |
| withRenderOptionalOuterKeyword(RenderOptionalKeyword) | All | added |
| withTransformAnsiJoinToTableLists(Boolean) | All | added |
| SettingsTools | All | |
| interpreterLocale(Settings) | All | added |
| locale(Settings) | All | added |
| parseLocale(Settings) | All | added |
| org.jooq.exception | | |
| DataDefinitionException | All | added |
| DataMigrationException | All | added |
| DataMigrationValidationException | All | added |
| org.jooq.impl | | |
| ConvertDateTime | All | |
| like(QuantifiedSelect) | All | removed |
| notLike(QuantifiedSelect) | All | removed |
| CustomField | All | |
| like(QuantifiedSelect) | All | removed |
| notLike(QuantifiedSelect) | All | removed |
| DSL | All | |
| alterType(String) | All | added |
| alterType(Name) | All | added |
| createTemporaryTableIfNotExists(String) | All | added |
| createTemporaryTableIfNotExists(Name) | All | added |
| createTemporaryTableIfNotExists(Table) | All | added |
| dropTemporaryTableIfExists(String) | All | added |
| dropTemporaryTableIfExists(Name) | All | added |
| dropTemporaryTableIfExists(Table) | All | added |
| execute(Query) | All | added |
| period(Name) | All | added |
| period(Name, Class) | All | added |
| period(Name, DataType) | All | added |
| return_() | All | added |
| return_(Object) | All | added |
| return_(Field) | All | added |
| round(Field, Field) | All | added |
| set(Name, Param) | All | added |
| statement(String) | All | added |
| statement(SQL) | All | added |
| statement(String, Object...) | All | added |
| statement(String, QueryPart...) | All | added |
| systemTime() | All | added |
| systemTime(Class) | All | added |
| systemTime(DataType) | All | added |
| DefaultConfiguration | All | |
| derive(MigrationListener...) | All | added |
| derive(MigrationListenerProvider...) | All | added |
| derive(VersionProvider) | All | added |
| interpreterConnectionProvider() | All | added |
| migrationListenerProviders() | All | added |
| set(MigrationListener...) | All | added |
| set(MigrationListenerProvider...) | All | added |
| set(VersionProvider) | All | added |
| setInterpreterConnectionProvider(ConnectionProvider) | All | added |
| setSystemConnectionProvider(ConnectionProvider) | All | added |
| setVersionProvider(VersionProvider) | All | added |
| systemConnectionProvider() | All | added |
| versionProvider() | All | added |
| DefaultDSLContext | All | |
| alterType(String) | All | added |
| alterType(Name) | All | added |
| createTemporaryTableIfNotExists(String) | All | added |
| createTemporaryTableIfNotExists(Name) | All | added |
| createTemporaryTableIfNotExists(Table) | All | added |
| dropTemporaryTableIfExists(String) | All | added |
| dropTemporaryTableIfExists(Name) | All | added |
| dropTemporaryTableIfExists(Table) | All | added |
| meta(String...) | All | added |
| meta(Query...) | All | added |
| migrateTo(Version) | All | added |
| set(Name, Param) | All | added |
| version(String) | All | added |
| DefaultDataType | All | |
| isInteger() | All | added |
| DefaultMigrationListener | All | added |
| DefaultMigrationListenerProvider | All | added |
| DefaultVersionProvider | All | added |
| IdentityConverter | All | added |
| InformationSchemaMetaProvider | All | |
| <init>(Configuration, Source...) | All | added |
| Internal | All | |
| createCheck(Table, Name, String) | All | added |
| createCheck(Table, Name, String, boolean) | All | added |
| createForeignKey(UniqueKey, Table, String, TableField[], boolean) | All | added |
| createQueue(String, Schema, UDT) | All | added |
| createSequence(String, Schema, DataType) | All | added |
| createSequence(String, Schema, DataType, Number, Number, Number, Number, boolean, Number) | All | added |
| createUniqueKey(Table, String, TableField[], boolean) | All | added |
| LocalDateAsLocalDateTimeBinding | All | added |
| SequenceImpl | All | |
| <init>(String, Schema, DataType) | All | deprecated |
| getCache() | All | added |
| getCycle() | All | added |
| getDataType() | All | pulled up |
| getIncrementBy() | All | added |
| getMaxvalue() | All | added |
| getMinvalue() | All | added |
| getStartWith() | All | added |
| TableImpl | All | |
| <init>(Name, Schema, Table, Field[], Comment, TableOptions) | All | added |
| <init>(Name, Schema, Table, ForeignKey, Table, Field[], Comment, TableOptions) | All | added |
| getChecks() | All | added |
| org.jooq.tools | | |
| JooqLogger | All | |
| log(Log.Level, Object) | All | added |
| log(Log.Level, Object, Object) | All | added |
| log(Log.Level, Object, Throwable) | All | added |
| log(Log.Level, Object, Object, Throwable) | All | added |
| org.jooq.tools.jdbc | | |
| Mock | All | |
| of(SQLException) | All | added |
| MockConfiguration | All | |
| derive(MigrationListener...) | All | added |
| derive(MigrationListenerProvider...) | All | added |
| derive(VersionProvider) | All | added |
| interpreterConnectionProvider() | All | added |
| migrationListenerProviders() | All | added |
| set(MigrationListener...) | All | added |
| set(MigrationListenerProvider...) | All | added |
| set(VersionProvider) | All | added |
| systemConnectionProvider() | All | added |
| versionProvider() | All | added |
| MockConnection | All | |
| createARRAY(String, Object) | All | added |
| MockFileDatabase | All | |
| <init>(Source) | All | added |
| MockFileDatabaseConfiguration | All | |
| source(Source) | All | added |
| MockResult | All | |
| exception | All | added |
| <init>(SQLException) | All | added |
| org.jooq.util.cockroachdb | | |
| CockroachDBDataType | All | added |
| org.jooq.util.jaxb.tools | | |
| MiniJAXB | All | |
| unmarshal(Reader, Class) | All | added |
| org.jooq.util.xml.jaxb | | |
| CheckConstraint | All | added |
| InformationSchema | All | |
| getCheckConstraints() | All | added |
| getViews() | All | added |
| setCheckConstraints(List) | All | added |
| setViews(List) | All | added |
| withCheckConstraints(Collection) | All | added |
| withCheckConstraints(List) | All | added |
| withCheckConstraints(CheckConstraint...) | All | added |
| withViews(Collection) | All | added |
| withViews(List) | All | added |
| withViews(View...) | All | added |
| ObjectFactory | All | |
| createCheckConstraint() | All | added |
| createView() | All | added |
| Sequence | All | |
| getCache() | All | added |
| getIncrement() | All | added |
| getMaximumValue() | All | added |
| getMinimumValue() | All | added |
| getStartValue() | All | added |
| isCycleOption() | All | added |
| setCache(BigInteger) | All | added |
| setCycleOption(Boolean) | All | added |
| setIncrement(BigInteger) | All | added |
| setMaximumValue(BigInteger) | All | added |
| setMinimumValue(BigInteger) | All | added |
| setStartValue(BigInteger) | All | added |
| withCache(BigInteger) | All | added |
| withCycleOption(Boolean) | All | added |
| withIncrement(BigInteger) | All | added |
| withMaximumValue(BigInteger) | All | added |
| withMinimumValue(BigInteger) | All | added |
| withStartValue(BigInteger) | All | added |
| Table | All | |
| getTableType() | All | added |
| setTableType(TableType) | All | added |
| withTableType(TableType) | All | added |
| TableConstraint | All | |
| isEnforced() | All | added |
| setEnforced(Boolean) | All | added |
| withEnforced(Boolean) | All | added |
| TableType | All | added |
| View | All | added |