API diff between 3.20 and 3.21
Object | Edition | Modification |
org.jooq | | |
Constants | All | |
VERSION_3_21 | All | added |
Context | All | |
literal(String) | All | removed |
ContextPolicyProvider | All | added |
Cursor | All | |
fetch(int) | All | removed |
fetchOne() | All | removed |
fetchOne(RecordMapper) | All | removed |
fetchOneInto(Class) | All | removed |
fetchOneInto(RecordHandler) | All | removed |
fetchOneInto(Table) | All | removed |
fetchOptional() | All | removed |
fetchOptional(RecordMapper) | All | removed |
fetchOptionalInto(Class) | All | removed |
fetchOptionalInto(Table) | All | removed |
DDLExportConfiguration | All | |
inlineCheckConstraints() | All | added |
inlineCheckConstraints(boolean) | All | added |
inlinePrimaryKeyConstraints() | All | added |
inlinePrimaryKeyConstraints(boolean) | All | added |
inlineUniqueConstraints() | All | added |
inlineUniqueConstraints(boolean) | All | added |
DataType | All | |
asConvertedDataType(Class) | All | added |
DropFunctionParametersStep | All | added |
DropProcedureParametersStep | All | added |
ExecuteContext | All | |
policyContext() | All | added |
ExecuteScope | All | |
policyContext() | All | added |
PolicyContext | All | added |
Queries | All | |
stream() | All | removed |
SQLDialect | All | |
FIREBIRD_2_5 | All | deprecated |
POSTGRESPLUS | All | removed |
Table | All | |
fullJoin(SQL) | All | pulled up |
fullJoin(SQL) | All | added |
innerLoopJoin(Path) | All | added |
innerLoopJoin(Path) | All | pulled up |
join(SQL) | All | pulled up |
join(SQL) | All | added |
rightOuterJoin(SQL) | All | added |
rightOuterJoin(SQL) | All | pulled up |
tablesample(Number) | All | added |
tablesample(Field) | All | added |
tablesampleBernoulli(Number) | All | added |
tablesampleBernoulli(Field) | All | added |
tablesampleSystem(Number) | All | added |
tablesampleSystem(Field) | All | added |
TableSampleRepeatableStep | All | added |
TableSampleRowsStep | All | added |
org.jooq.impl | | |
Internal | All | |
condition(TableImpl, Condition) | All | added |
policyContext() | All | added |
QOM.DropFunction | All | |
$parameters() | All | added |
$parameters(Collection) | All | added |
QOM.DropProcedure | All | |
$parameters() | All | added |
$parameters(Collection) | All | added |
QOM.SampleMethod | All | added |
QOM.SampleSizeType | All | added |
QOM.SampleTable | All | added |
TableImpl | All | |
<init>(String) | All | removed |
<init>(String, Schema) | All | removed |
<init>(String, Schema, Table) | All | removed |
<init>(String, Schema, Table, Field[]) | All | removed |
<init>(String, Schema, Table, Field[], String) | All | removed |
where(Condition) | All | pulled up |
where(Condition) | All | added |
org.jooq.util.redshift | | |
RedshiftDataType | All | |
BINARYVARYING | All | added |
VARBYTE | All | added |
- added: The object has been added in the new release
- deprecated: The object has been deprecated in the new release
- removed: The object has been removed from the old release
- pulled up: The method has been pulled up to a super type, which is a source compatible change
- pushed down: The method has been pushed down from a super type, which is a source compatible change
- contravariant: The method has changed contravariantly (e.g. from
method(String)
to method(Object)
), which is a source compatible change