API diff between 3.18 and 3.19
Object | Edition | Modification |
---|---|---|
org.jooq | ||
Constants | All | |
VERSION_3_19 | All | added |
DataType | All | |
defaulted(boolean) | All | removed |
isUUID() | All | added |
SQLDialect | All | |
TRINO | All | added |
org.jooq.conf | ||
Settings | All | |
getRenderDollarQuotedStringToken() | All | added |
setRenderDollarQuotedStringToken(String) | All | added |
withRenderDollarQuotedStringToken(String) | 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)
tomethod(Object)
), which is a source compatible change
Eclipse icons copyright by Eclipse licensed under EPL. Inspiration taken from https://javaalmanac.io/