| Object | Edition | Modification |
| org.jooq | | |
| Asterisk | All | |
| except(Collection) | All | added |
| Commit | All | |
| tag(String) | All | added |
| tag(String, String) | All | added |
| tags() | All | added |
| Commits | All | |
| current() | All | added |
| latest() | All | added |
| load(File) | All | added |
| Configuration | All | |
| derive(PolicyProvider...) | All | added |
| deriveAppending(PolicyProvider...) | All | added |
| policyProviders() | All | added |
| set(PolicyProvider...) | All | added |
| Constants | All | |
| VERSION_3_19 | All | added |
| Context | All | |
| inCurrentScope(QueryPart) | All | added |
| inScope(QueryPart) | All | added |
| scopePart() | All | added |
| scopeStart(QueryPart) | All | added |
| subquery(boolean, QueryPart) | All | added |
| CreateTypeStep | All | |
| as(Collection) | All | added |
| as(Field...) | All | added |
| CreateViewAsStep | All | |
| as(ResultQuery) | All | added |
| as(Select) | All | removed |
| DDLExportConfiguration | All | |
| createMaterializedViewIfNotExists() | All | added |
| createMaterializedViewIfNotExists(boolean) | All | added |
| createOrReplaceMaterializedView() | All | added |
| createOrReplaceMaterializedView(boolean) | All | added |
| createOrReplaceTrigger() | All | added |
| createOrReplaceTrigger(boolean) | All | added |
| respectTriggerOrder() | All | added |
| respectTriggerOrder(boolean) | All | added |
| DDLFlag | All | |
| TRIGGER | All | added |
| DSLContext | All | |
| alterMaterializedView(String) | All | added |
| alterMaterializedView(Name) | All | added |
| alterMaterializedView(Table) | All | added |
| alterMaterializedViewIfExists(String) | All | added |
| alterMaterializedViewIfExists(Name) | All | added |
| alterMaterializedViewIfExists(Table) | All | added |
| alterTypeIfExists(String) | All | added |
| alterTypeIfExists(Name) | All | added |
| commentOnMaterializedView(String) | All | added |
| commentOnMaterializedView(Name) | All | added |
| commentOnMaterializedView(Table) | All | added |
| createMaterializedView(String, String...) | All | added |
| createMaterializedView(String, Collection) | All | added |
| createMaterializedView(Name, Collection) | All | added |
| createMaterializedView(Name, Name...) | All | added |
| createMaterializedView(Table, Collection) | All | added |
| createMaterializedView(Table, Field...) | All | added |
| createMaterializedViewIfNotExists(String, String...) | All | added |
| createMaterializedViewIfNotExists(String, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Name...) | All | added |
| createMaterializedViewIfNotExists(Table, Collection) | All | added |
| createMaterializedViewIfNotExists(Table, Field...) | All | added |
| createOrReplaceMaterializedView(String, String...) | All | added |
| createOrReplaceMaterializedView(String, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Name...) | All | added |
| createOrReplaceMaterializedView(Table, Collection) | All | added |
| createOrReplaceMaterializedView(Table, Field...) | All | added |
| createOrReplaceTrigger(Trigger) | All | added |
| createOrReplaceView(String, Collection) | All | added |
| createOrReplaceView(Name, Collection) | All | added |
| createOrReplaceView(Table, Collection) | All | added |
| createTrigger(Trigger) | All | added |
| createType(Type) | All | added |
| createTypeIfNotExists(String) | All | added |
| createTypeIfNotExists(Name) | All | added |
| createTypeIfNotExists(Type) | All | added |
| createView(String, Collection) | All | added |
| createView(Name, Collection) | All | added |
| createView(Table, Collection) | All | added |
| createViewIfNotExists(String, Collection) | All | added |
| createViewIfNotExists(Name, Collection) | All | added |
| createViewIfNotExists(Table, Collection) | All | added |
| dropMaterializedView(String) | All | added |
| dropMaterializedView(Name) | All | added |
| dropMaterializedView(Table) | All | added |
| dropMaterializedViewIfExists(String) | All | added |
| dropMaterializedViewIfExists(Name) | All | added |
| dropMaterializedViewIfExists(Table) | All | added |
| dropTrigger(Trigger) | All | added |
| dropTriggerIfExists(Trigger) | All | added |
| dropType(Type) | All | added |
| dropType(Type...) | All | added |
| dropTypeIfExists(Type) | All | added |
| dropTypeIfExists(Type...) | All | added |
| fetchSingle(SelectField) | All | contravariance |
| fetchSingle(SelectField) | All | pulled up |
| fetchSingle(Table) | All | added |
| truncate(String...) | All | added |
| truncate(Collection) | All | added |
| truncate(Name...) | All | added |
| truncate(Table...) | All | added |
| truncateTable(String...) | All | added |
| truncateTable(Collection) | All | added |
| truncateTable(Name...) | All | added |
| truncateTable(Table...) | All | added |
| DataType | All | |
| defaulted(boolean) | All | removed |
| isUUID() | All | added |
| DropTriggerOnStep | All | added |
| ExecuteContext | All | |
| skipUpdateCounts() | All | added |
| skipUpdateCounts(int) | All | added |
| ForeignKey | All | |
| getInverseKey() | All | added |
| Generated | All | added |
| History | All | added |
| InsertQuery | All | |
| setRecordForUpdate(Record) | All | added |
| InsertSetMoreStep | All | |
| set(Collection) | All | added |
| set(Record...) | All | added |
| InsertSetStep | All | |
| set(Collection) | All | added |
| set(Record...) | All | added |
| InverseForeignKey | All | added |
| JSONFormat | All | |
| arrayNulls() | All | added |
| arrayNulls(JSONFormat.NullFormat) | All | added |
| objectNulls() | All | added |
| objectNulls(JSONFormat.NullFormat) | All | added |
| JSONFormat.NullFormat | All | added |
| JoinType | All | |
| correlated() | All | added |
| Log | All | |
| isErrorEnabled() | All | added |
| Meta | All | |
| filterTriggers(Predicate) | All | added |
| getTriggers() | All | added |
| getTriggers(String) | All | added |
| getTriggers(Name) | All | added |
| Migration | All | |
| validate() | All | removed |
| verify() | All | added |
| MigrationConfiguration | All | |
| createOrReplaceMaterializedView() | All | added |
| createOrReplaceMaterializedView(boolean) | All | added |
| Migrations | All | |
| commit(String) | All | removed |
| file(String, String, ContentType) | All | added |
| history() | All | added |
| versions() | All | removed |
| Path | All | added |
| Policy | All | added |
| PolicyProvider | All | added |
| QualifiedAsterisk | All | |
| except(Collection) | All | added |
| Records | All | |
| intoHierarchy(Function, Function, Function, BiConsumer) | All | added |
| Replacers | All | |
| mappingTable(Function) | All | added |
| mappingTable(Table, Table) | All | added |
| transformPatterns(Configuration) | All | added |
| SQLDialect | All | |
| COCKROACHDB_23 | All | added |
| DUCKDB | All | added |
| H2_2_2_220 | All | added |
| ORACLE23C | All | added |
| SQLITE_3_40 | All | added |
| TRINO | All | added |
| Schema | All | |
| getTrigger(String) | All | added |
| getTrigger(Name) | All | added |
| getTriggers() | All | added |
| triggerStream() | All | added |
| SchemaMapping | All | |
| map(UDT) | All | added |
| Select | All | |
| exceptDistinct(Select) | All | added |
| intersectDistinct(Select) | All | added |
| unionDistinct(Select) | All | added |
| SelectJoinStep | All | |
| fullHashJoin(TableLike) | All | added |
| fullHashJoin(Path) | All | added |
| fullJoin(SQL) | All | pulled up |
| fullJoin(Path) | All | added |
| fullJoin(SQL) | All | added |
| fullLoopJoin(TableLike) | All | added |
| fullLoopJoin(Path) | All | added |
| fullMergeJoin(TableLike) | All | added |
| fullMergeJoin(Path) | All | added |
| fullOuterHashJoin(TableLike) | All | added |
| fullOuterHashJoin(Path) | All | added |
| fullOuterJoin(SQL) | All | pulled up |
| fullOuterJoin(Path) | All | added |
| fullOuterJoin(SQL) | All | added |
| fullOuterLoopJoin(TableLike) | All | added |
| fullOuterLoopJoin(Path) | All | added |
| fullOuterMergeJoin(TableLike) | All | added |
| fullOuterMergeJoin(Path) | All | added |
| hashJoin(TableLike) | All | added |
| hashJoin(Path) | All | added |
| innerHashJoin(TableLike) | All | added |
| innerHashJoin(Path) | All | added |
| innerJoin(Path) | All | added |
| innerLoopJoin(TableLike) | All | added |
| innerLoopJoin(Path) | All | added |
| innerMergeJoin(TableLike) | All | added |
| innerMergeJoin(Path) | All | added |
| join(Path) | All | added |
| join(TableLike, JoinType, QOM.JoinHint) | All | added |
| leftAntiJoin(Path) | All | added |
| leftHashJoin(TableLike) | All | added |
| leftHashJoin(Path) | All | added |
| leftJoin(Path) | All | added |
| leftLoopJoin(TableLike) | All | added |
| leftLoopJoin(Path) | All | added |
| leftMergeJoin(TableLike) | All | added |
| leftMergeJoin(Path) | All | added |
| leftOuterHashJoin(TableLike) | All | added |
| leftOuterHashJoin(Path) | All | added |
| leftOuterJoin(Path) | All | added |
| leftOuterLoopJoin(TableLike) | All | added |
| leftOuterLoopJoin(Path) | All | added |
| leftOuterMergeJoin(TableLike) | All | added |
| leftOuterMergeJoin(Path) | All | added |
| leftSemiJoin(Path) | All | added |
| loopJoin(TableLike) | All | added |
| loopJoin(Path) | All | added |
| mergeJoin(TableLike) | All | added |
| mergeJoin(Path) | All | added |
| rightHashJoin(TableLike) | All | added |
| rightHashJoin(Path) | All | added |
| rightJoin(Path) | All | added |
| rightLoopJoin(TableLike) | All | added |
| rightLoopJoin(Path) | All | added |
| rightMergeJoin(TableLike) | All | added |
| rightMergeJoin(Path) | All | added |
| rightOuterHashJoin(TableLike) | All | added |
| rightOuterHashJoin(Path) | All | added |
| rightOuterJoin(SQL) | All | pulled up |
| rightOuterJoin(Path) | All | added |
| rightOuterJoin(SQL) | All | added |
| rightOuterLoopJoin(TableLike) | All | added |
| rightOuterLoopJoin(Path) | All | added |
| rightOuterMergeJoin(Path) | All | added |
| rightOuterMergeJoin(TableLike) | All | added |
| straightJoin(SQL) | All | pulled up |
| straightJoin(Path) | All | added |
| straightJoin(SQL) | All | added |
| SelectQuery | All | |
| addJoin(TableLike, JoinType, QOM.JoinHint, Condition) | All | added |
| addJoin(TableLike, JoinType, QOM.JoinHint, Condition...) | All | added |
| addJoin(TableLike, JoinType, QOM.JoinHint, Condition, Field[]) | All | added |
| addJoin(TableLike, JoinType, QOM.JoinHint, Condition[], Field[]) | All | added |
| addJoinOnKey(TableLike, JoinType, QOM.JoinHint) | All | added |
| addJoinOnKey(TableLike, JoinType, QOM.JoinHint, ForeignKey) | All | added |
| addJoinOnKey(TableLike, JoinType, QOM.JoinHint, TableField...) | All | added |
| addJoinUsing(TableLike, JoinType, QOM.JoinHint, Collection) | All | added |
| SelectUnionStep | All | |
| exceptDistinct(Select) | All | added |
| exceptDistinct(Select) | All | added |
| intersectDistinct(Select) | All | added |
| intersectDistinct(Select) | All | added |
| unionDistinct(Select) | All | added |
| unionDistinct(Select) | All | added |
| Source | All | |
| resolve(String) | All | added |
| resolve(String, String) | All | added |
| resolve(String, Charset) | All | added |
| resolve(String, CharsetDecoder) | All | added |
| Table | All | |
| fullHashJoin(TableLike) | All | added |
| fullHashJoin(Path) | All | added |
| fullJoin(Path) | All | added |
| fullLoopJoin(TableLike) | All | added |
| fullLoopJoin(Path) | All | added |
| fullMergeJoin(TableLike) | All | added |
| fullMergeJoin(Path) | All | added |
| fullOuterHashJoin(TableLike) | All | added |
| fullOuterHashJoin(Path) | All | added |
| fullOuterJoin(SQL) | All | pulled up |
| fullOuterJoin(Path) | All | added |
| fullOuterJoin(SQL) | All | added |
| fullOuterLoopJoin(TableLike) | All | added |
| fullOuterLoopJoin(Path) | All | added |
| fullOuterMergeJoin(TableLike) | All | added |
| fullOuterMergeJoin(Path) | All | added |
| getTriggers() | All | added |
| hashJoin(TableLike) | All | added |
| hashJoin(Path) | All | added |
| innerHashJoin(TableLike) | All | added |
| innerHashJoin(Path) | All | added |
| innerJoin(Path) | All | added |
| innerLoopJoin(TableLike) | All | added |
| innerLoopJoin(Path) | All | added |
| innerMergeJoin(TableLike) | All | added |
| innerMergeJoin(Path) | All | added |
| join(Path) | All | added |
| join(TableLike, JoinType, QOM.JoinHint) | All | added |
| leftAntiJoin(Path) | All | added |
| leftHashJoin(TableLike) | All | added |
| leftHashJoin(Path) | All | added |
| leftJoin(SQL) | All | pulled up |
| leftJoin(Path) | All | added |
| leftJoin(SQL) | All | added |
| leftLoopJoin(TableLike) | All | added |
| leftLoopJoin(Path) | All | added |
| leftMergeJoin(TableLike) | All | added |
| leftMergeJoin(Path) | All | added |
| leftOuterHashJoin(TableLike) | All | added |
| leftOuterHashJoin(Path) | All | added |
| leftOuterJoin(Path) | All | added |
| leftOuterLoopJoin(TableLike) | All | added |
| leftOuterLoopJoin(Path) | All | added |
| leftOuterMergeJoin(TableLike) | All | added |
| leftOuterMergeJoin(Path) | All | added |
| leftSemiJoin(Path) | All | added |
| loopJoin(TableLike) | All | added |
| loopJoin(Path) | All | added |
| mergeJoin(TableLike) | All | added |
| mergeJoin(Path) | All | added |
| rightHashJoin(TableLike) | All | added |
| rightHashJoin(Path) | All | added |
| rightJoin(Path) | All | added |
| rightLoopJoin(TableLike) | All | added |
| rightLoopJoin(Path) | All | added |
| rightMergeJoin(TableLike) | All | added |
| rightMergeJoin(Path) | All | added |
| rightOuterHashJoin(TableLike) | All | added |
| rightOuterHashJoin(Path) | All | added |
| rightOuterJoin(SQL) | All | pulled up |
| rightOuterJoin(Path) | All | added |
| rightOuterJoin(SQL) | All | added |
| rightOuterLoopJoin(TableLike) | All | added |
| rightOuterLoopJoin(Path) | All | added |
| rightOuterMergeJoin(TableLike) | All | added |
| rightOuterMergeJoin(Path) | All | added |
| straightJoin(Path) | All | added |
| TableOptions | All | |
| materializedView(String) | All | added |
| TableOuterJoinStep | All | |
| join(TableLike, JoinType, QOM.JoinHint) | All | added |
| Tag | All | added |
| Trigger | All | added |
| TriggerEvent | All | added |
| TriggerExecution | All | added |
| TriggerTime | All | added |
| Type | All | added |
| UDTPathField | All | added |
| UDTPathTableField | All | added |
| Versions | All | removed |
| org.jooq.conf | | |
| FetchTriggerValuesAfterReturning | All | added |
| MappedSchema | All | |
| getUdts() | All | added |
| setUdts(List) | All | added |
| withUdts(Collection) | All | added |
| withUdts(List) | All | added |
| withUdts(MappedUDT...) | All | added |
| MappedSchemaObject | All | added |
| MappedUDT | All | added |
| ObjectFactory | All | |
| createMappedUDT() | All | added |
| RenderImplicitJoinType | All | |
| SCALAR_SUBQUERY | All | added |
| THROW | All | added |
| Settings | All | |
| getFetchTriggerValuesAfterReturning() | All | added |
| getMigrationDefaultSchema() | All | added |
| getMigrationHistorySchema() | All | added |
| getRenderDollarQuotedStringToken() | All | added |
| getRenderImplicitJoinToManyType() | All | added |
| getWarnOnStaticTypeRegistryAccess() | All | added |
| isFetchTriggerValuesAfterSQLServerOutput() | All | deprecated |
| isMigrationAutoValidation() | All | removed |
| isMigrationAutoVerification() | All | added |
| isMigrationHistorySchemaCreateSchemaIfNotExists() | All | added |
| isMigrationSchemataCreateSchemaIfNotExists() | All | added |
| isParseMetaViewSources() | All | added |
| setFetchTriggerValuesAfterReturning(FetchTriggerValuesAfterReturning) | All | added |
| setFetchTriggerValuesAfterSQLServerOutput(Boolean) | All | deprecated |
| setMigrationAutoValidation(Boolean) | All | removed |
| setMigrationAutoVerification(Boolean) | All | added |
| setMigrationDefaultSchema(MigrationSchema) | All | added |
| setMigrationHistorySchema(MigrationSchema) | All | added |
| setMigrationHistorySchemaCreateSchemaIfNotExists(Boolean) | All | added |
| setMigrationSchemataCreateSchemaIfNotExists(Boolean) | All | added |
| setParseMetaViewSources(Boolean) | All | added |
| setRenderDollarQuotedStringToken(String) | All | added |
| setRenderImplicitJoinToManyType(RenderImplicitJoinType) | All | added |
| setWarnOnStaticTypeRegistryAccess(Warning) | All | added |
| withFetchTriggerValuesAfterReturning(FetchTriggerValuesAfterReturning) | All | added |
| withMigrationAutoValidation(Boolean) | All | removed |
| withMigrationAutoVerification(Boolean) | All | added |
| withMigrationDefaultSchema(MigrationSchema) | All | added |
| withMigrationHistorySchema(MigrationSchema) | All | added |
| withMigrationHistorySchemaCreateSchemaIfNotExists(Boolean) | All | added |
| withMigrationSchemataCreateSchemaIfNotExists(Boolean) | All | added |
| withParseMetaViewSources(Boolean) | All | added |
| withRenderDollarQuotedStringToken(String) | All | added |
| withRenderImplicitJoinToManyType(RenderImplicitJoinType) | All | added |
| withWarnOnStaticTypeRegistryAccess(Warning) | All | added |
| Warning | All | added |
| org.jooq.exception | | |
| DataMigrationValidationException | All | removed |
| DataMigrationVerificationException | All | added |
| org.jooq.impl | | |
| AbstractConfiguration | All | |
| deriveAppending(PolicyProvider...) | All | added |
| CatalogImpl | All | |
| $replace(Replacer) | All | pulled up |
| $traverse(Traverser) | All | pulled up |
| DSL | All | |
| alterMaterializedView(String) | All | added |
| alterMaterializedView(Name) | All | added |
| alterMaterializedView(Table) | All | added |
| alterMaterializedViewIfExists(String) | All | added |
| alterMaterializedViewIfExists(Name) | All | added |
| alterMaterializedViewIfExists(Table) | All | added |
| alterTypeIfExists(String) | All | added |
| alterTypeIfExists(Name) | All | added |
| commentOnMaterializedView(String) | All | added |
| commentOnMaterializedView(Name) | All | added |
| commentOnMaterializedView(Table) | All | added |
| createMaterializedView(String, String...) | All | added |
| createMaterializedView(String, Collection) | All | added |
| createMaterializedView(Name, Collection) | All | added |
| createMaterializedView(Name, Name...) | All | added |
| createMaterializedView(Table, Collection) | All | added |
| createMaterializedView(Table, Field...) | All | added |
| createMaterializedViewIfNotExists(String, String...) | All | added |
| createMaterializedViewIfNotExists(String, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Name...) | All | added |
| createMaterializedViewIfNotExists(Table, Collection) | All | added |
| createMaterializedViewIfNotExists(Table, Field...) | All | added |
| createOrReplaceMaterializedView(String, String...) | All | added |
| createOrReplaceMaterializedView(String, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Name...) | All | added |
| createOrReplaceMaterializedView(Table, Collection) | All | added |
| createOrReplaceMaterializedView(Table, Field...) | All | added |
| createOrReplaceTrigger(Trigger) | All | added |
| createOrReplaceView(String, Collection) | All | added |
| createOrReplaceView(Name, Collection) | All | added |
| createOrReplaceView(Table, Collection) | All | added |
| createTrigger(Trigger) | All | added |
| createType(Type) | All | added |
| createTypeIfNotExists(String) | All | added |
| createTypeIfNotExists(Name) | All | added |
| createTypeIfNotExists(Type) | All | added |
| createView(String, Collection) | All | added |
| createView(Name, Collection) | All | added |
| createView(Table, Collection) | All | added |
| createViewIfNotExists(String, Collection) | All | added |
| createViewIfNotExists(Name, Collection) | All | added |
| createViewIfNotExists(Table, Collection) | All | added |
| domain(String, Class) | All | added |
| domain(String, DataType) | All | added |
| domain(Name, Class) | All | added |
| domain(Name, DataType) | All | added |
| dropMaterializedView(String) | All | added |
| dropMaterializedView(Name) | All | added |
| dropMaterializedView(Table) | All | added |
| dropMaterializedViewIfExists(String) | All | added |
| dropMaterializedViewIfExists(Name) | All | added |
| dropMaterializedViewIfExists(Table) | All | added |
| dropTrigger(Trigger) | All | added |
| dropTriggerIfExists(Trigger) | All | added |
| dropType(Type) | All | added |
| dropType(Type...) | All | added |
| dropTypeIfExists(Type) | All | added |
| dropTypeIfExists(Type...) | All | added |
| multisetAgg(Field...) | All | pulled up |
| multisetAgg(SelectField...) | All | added |
| multisetAgg(Field...) | All | added |
| noPath() | All | added |
| noTable() | All | added |
| trigger(String) | All | added |
| trigger(Name) | All | added |
| truncate(String...) | All | added |
| truncate(Collection) | All | added |
| truncate(Name...) | All | added |
| truncate(Table...) | All | added |
| truncateTable(String...) | All | added |
| truncateTable(Collection) | All | added |
| truncateTable(Name...) | All | added |
| truncateTable(Table...) | All | added |
| tryCast(Object, DataType) | All | added |
| tryCast(Field, DataType) | All | added |
| type(String) | All | added |
| type(Name) | All | added |
| type(String, DataType) | All | added |
| type(Name, DataType) | All | added |
| DefaultConfiguration | All | |
| derive(PolicyProvider...) | All | added |
| policyProviders() | All | added |
| set(PolicyProvider...) | All | added |
| setPolicyProvider(PolicyProvider) | All | added |
| DefaultDSLContext | All | |
| alterMaterializedView(String) | All | added |
| alterMaterializedView(Name) | All | added |
| alterMaterializedView(Table) | All | added |
| alterMaterializedViewIfExists(String) | All | added |
| alterMaterializedViewIfExists(Name) | All | added |
| alterMaterializedViewIfExists(Table) | All | added |
| alterTypeIfExists(String) | All | added |
| alterTypeIfExists(Name) | All | added |
| commentOnMaterializedView(String) | All | added |
| commentOnMaterializedView(Name) | All | added |
| commentOnMaterializedView(Table) | All | added |
| createMaterializedView(String, String...) | All | added |
| createMaterializedView(String, Collection) | All | added |
| createMaterializedView(Name, Collection) | All | added |
| createMaterializedView(Name, Name...) | All | added |
| createMaterializedView(Table, Collection) | All | added |
| createMaterializedView(Table, Field...) | All | added |
| createMaterializedViewIfNotExists(String, String...) | All | added |
| createMaterializedViewIfNotExists(String, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Collection) | All | added |
| createMaterializedViewIfNotExists(Name, Name...) | All | added |
| createMaterializedViewIfNotExists(Table, Collection) | All | added |
| createMaterializedViewIfNotExists(Table, Field...) | All | added |
| createOrReplaceMaterializedView(String, String...) | All | added |
| createOrReplaceMaterializedView(String, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Collection) | All | added |
| createOrReplaceMaterializedView(Name, Name...) | All | added |
| createOrReplaceMaterializedView(Table, Collection) | All | added |
| createOrReplaceMaterializedView(Table, Field...) | All | added |
| createOrReplaceTrigger(Trigger) | All | added |
| createOrReplaceView(String, Collection) | All | added |
| createOrReplaceView(Name, Collection) | All | added |
| createOrReplaceView(Table, Collection) | All | added |
| createTrigger(Trigger) | All | added |
| createType(Type) | All | added |
| createTypeIfNotExists(String) | All | added |
| createTypeIfNotExists(Name) | All | added |
| createTypeIfNotExists(Type) | All | added |
| createView(String, Collection) | All | added |
| createView(Name, Collection) | All | added |
| createView(Table, Collection) | All | added |
| createViewIfNotExists(String, Collection) | All | added |
| createViewIfNotExists(Name, Collection) | All | added |
| createViewIfNotExists(Table, Collection) | All | added |
| dropMaterializedView(String) | All | added |
| dropMaterializedView(Name) | All | added |
| dropMaterializedView(Table) | All | added |
| dropMaterializedViewIfExists(String) | All | added |
| dropMaterializedViewIfExists(Name) | All | added |
| dropMaterializedViewIfExists(Table) | All | added |
| dropTrigger(Trigger) | All | added |
| dropTriggerIfExists(Trigger) | All | added |
| dropType(Type) | All | added |
| dropType(Type...) | All | added |
| dropTypeIfExists(Type) | All | added |
| dropTypeIfExists(Type...) | All | added |
| truncate(String...) | All | added |
| truncate(Collection) | All | added |
| truncate(Name...) | All | added |
| truncate(Table...) | All | added |
| truncateTable(String...) | All | added |
| truncateTable(Collection) | All | added |
| truncateTable(Name...) | All | added |
| truncateTable(Table...) | All | added |
| DefaultPolicyProvider | All | added |
| HistoryResolution | All | added |
| HistoryStatus | All | added |
| Internal | All | |
| createPathAlias(Table, ForeignKey) | All | removed |
| createPathAlias(Table, ForeignKey, InverseForeignKey) | All | added |
| createTrigger(Schema, Table, List, Name, Comment, TriggerTime, Set, TriggerExecution, Condition, int, Statement) | All | added |
| createUDTPathField(Name, DataType, UDTPathField, Class) | All | added |
| createUDTPathField(Name, DataType, UDTPathField, String, Class) | All | added |
| createUDTPathField(Name, DataType, UDTPathField, String, Class, Binding) | All | added |
| createUDTPathField(Name, DataType, UDTPathField, String, Class, Converter) | All | added |
| createUDTPathField(Name, DataType, UDTPathField, String, Class, Converter, Binding) | All | added |
| createUDTPathTableField(Name, DataType, Table, Class) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Binding) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Converter) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Generator) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Binding, Generator) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Converter, Binding) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Converter, Generator) | All | added |
| createUDTPathTableField(Name, DataType, Table, String, Class, Converter, Binding, Generator) | All | added |
| mappingTable(Function) | All | added |
| transformPatterns(Configuration) | All | added |
| LazySchema | All | |
| getTrigger(String) | All | added |
| getTrigger(Name) | All | added |
| getTriggers() | All | added |
| triggerStream() | All | added |
| Migrations | All | removed |
| QOM.AlterType | All | |
| $ifExists() | All | added |
| $ifExists(boolean) | All | added |
| QOM.AlterView | All | |
| $materialized() | All | added |
| $materialized(boolean) | All | added |
| QOM.CommentOn | All | |
| $isMaterializedView() | All | added |
| $isMaterializedView(boolean) | All | added |
| QOM.CreateTrigger | All | |
| $trigger(Name) | All | removed |
| $trigger(Trigger) | All | added |
| QOM.CreateType | All | |
| $attributes() | All | added |
| $attributes(Collection) | All | added |
| $ifNotExists() | All | added |
| $ifNotExists(boolean) | All | added |
| $name() | All | removed |
| $type() | All | added |
| $type(Type) | All | added |
| $values(Collection) | All | added |
| QOM.CreateView | All | |
| $fields(Collection) | All | added |
| $ifNotExists(boolean) | All | added |
| $materialized() | All | added |
| $materialized(boolean) | All | added |
| $orReplace(boolean) | All | added |
| $query(ResultQuery) | All | added |
| $view(Table) | All | added |
| QOM.DropTrigger | All | |
| $on() | All | added |
| $on(Table) | All | added |
| $trigger(Name) | All | removed |
| $trigger(Trigger) | All | added |
| QOM.DropType | All | |
| $cascade(QOM.Cascade) | All | added |
| $ifExists(boolean) | All | added |
| $names() | All | removed |
| $types() | All | added |
| $types(Collection) | All | added |
| QOM.DropView | All | |
| $materialized() | All | added |
| $materialized(boolean) | All | added |
| QOM.If | All | |
| $else() | All | added |
| $else(Statement) | All | added |
| $if() | All | added |
| $if(QOM.UnmodifiableList) | All | added |
| QOM.JoinHint | All | added |
| QOM.JoinTable | All | |
| $hint() | All | added |
| $hint(QOM.JoinHint) | All | added |
| QOM.Truncate | All | |
| $table(Collection) | All | added |
| $table(Table) | All | removed |
| QOM.TryCast | All | added |
| SchemaImpl | All | |
| getTrigger(String) | All | added |
| getTrigger(Name) | All | added |
| getTriggers() | All | added |
| triggerStream() | All | added |
| TableImpl | All | |
| <init>(Table, ForeignKey, Table) | All | deprecated |
| <init>(Table, ForeignKey, InverseForeignKey, Table) | All | added |
| <init>(Name, Schema, Table, Field[], Comment, TableOptions, Condition) | All | added |
| <init>(Name, Schema, Table, ForeignKey, Table, Field[], Comment) | All | deprecated |
| <init>(Name, Schema, Table, ForeignKey, InverseForeignKey, Table, Field[], Comment) | All | added |
| <init>(Name, Schema, Table, ForeignKey, Table, Field[], Comment, TableOptions) | All | deprecated |
| <init>(Name, Schema, Table, ForeignKey, InverseForeignKey, Table, Field[], Comment, TableOptions) | All | added |
| <init>(Name, Schema, Table, ForeignKey, InverseForeignKey, Table, Field[], Comment, TableOptions, Condition) | All | added |
| for_(PeriodSpecification) | All | added |
| getTriggers() | All | added |
| join(TableLike, JoinType, QOM.JoinHint) | All | added |
| with(SQL) | All | added |
| withOrdinality() | All | added |
| UDTImpl | All | |
| <init>(String, Schema) | All | deprecated |
| <init>(Name, Schema) | All | added |
| <init>(String, Schema, Package) | All | deprecated |
| <init>(Name, Schema, Package) | All | added |
| <init>(String, Schema, Package, boolean) | All | deprecated |
| <init>(Name, Schema, Package, boolean) | All | added |
| UDTPathFieldImpl | All | added |
| UDTPathTableFieldImpl | All | added |
| org.jooq.migrations.xml.jaxb | | |
| CommitType | All | |
| getTags() | All | added |
| setTags(List) | All | added |
| withTags(Collection) | All | added |
| withTags(List) | All | added |
| withTags(TagType...) | All | added |
| ObjectFactory | All | |
| createTagType() | All | added |
| TagType | All | added |
| org.jooq.tools | | |
| JooqLogger | All | |
| <init>(int) | All | deprecated |
| isErrorEnabled() | All | added |
| org.jooq.tools.jdbc | | |
| MockConfiguration | All | |
| derive(PolicyProvider...) | All | added |
| policyProviders() | All | added |
| set(PolicyProvider...) | All | added |
| org.jooq.tools.reflect | | |
| CompileOptions | All | |
| classLoader(ClassLoader) | All | added |
| Reflect | All | |
| process(String, String) | All | added |
| process(String, String, CompileOptions) | All | added |
| org.jooq.util.xml.jaxb | | |
| InformationSchema | All | |
| getTriggers() | All | added |
| setTriggers(List) | All | added |
| withTriggers(Collection) | All | added |
| withTriggers(List) | All | added |
| withTriggers(Trigger...) | All | added |
| KeyColumnUsage | All | |
| getPositionInUniqueConstraint() | All | added |
| setPositionInUniqueConstraint(Integer) | All | added |
| withPositionInUniqueConstraint(Integer) | All | added |
| ObjectFactory | All | |
| createTrigger() | All | added |
| TableType | All | |
| MATERIALIZED_VIEW | All | added |
| Trigger | All | added |
| TriggerActionOrientation | All | added |
| TriggerActionTiming | All | added |
| TriggerEventManipulation | All | added |