API diff between 3.8 and 3.10

See all diffs here

ObjectModification
org.jooq
AggregateFunction
keepDenseRankFirstOrderBy(OrderField...)contravariance
keepDenseRankFirstOrderBy(SortField...)removed
keepDenseRankLastOrderBy(OrderField...)contravariance
keepDenseRankLastOrderBy(SortField...)removed
Allowadded
Allow.PlainSQLadded
AlterIndexFinalStepadded
AlterIndexStepadded
AlterSchemaFinalStepadded
AlterSchemaStepadded
AlterSequenceStepadded
AlterTableAlterStep
dropNotNull()added
setNotNull()added
AlterTableRenameIndexToStepadded
AlterTableStep
renameIndex(String)added
renameIndex(Index)added
renameIndex(Name)added
AlterTableUsingIndexStepadded
AlterViewFinalStepadded
AlterViewStepadded
ArrayAggOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
ArrayRecord
getCatalog()added
Attachable
configuration()added
AttachableInternalremoved
Binding
of(Converter, Consumer, Consumer, Consumer)added
Catalog
getQualifiedName()added
getUnqualifiedName()added
schemaStream()added
ChartFormatadded
ChartFormat.Displayadded
ChartFormat.Outputadded
ChartFormat.Typeadded
Comparator
toKeyword()added
Configuration
clock()added
derive(Clock)added
derive(Executor)added
derive(ExecuteListener...)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(RecordListener...)added
set(RecordMapper)added
set(RecordUnmapper)added
set(RecordUnmapperProvider)added
set(TransactionListener...)added
set(TransactionListenerProvider...)added
set(VisitListener...)added
transactionListenerProviders()added
ConstraintForeignKeyReferencesStep1 - 22
references(String)added
references(Name)added
references(Table)added
references(Name, Name)added
ConstraintForeignKeyReferencesStepN
references(String)added
references(Name)added
references(Table)added
references(Name, Name...)added
ConstraintTypeStep
foreignKey(Name)added
foreignKey(Name...)added
foreignKey(Name, Name)added
foreignKey(Name, Name, Name)added
foreignKey(Name, Name, Name, Name) ... and more overloadsadded
primaryKey(Name...)added
unique(Name...)added
Context
keyword(String)deprecated
literal(String)deprecated
quote()added
quote(boolean)added
ContextTransactionalCallableadded
ContextTransactionalRunnableadded
Converter
andThen(Converter)added
inverse()added
of(Class, Class, Function, Function)added
ofNullable(Class, Class, Function, Function)added
CreateIndexStep
on(Name, Name...)added
on(Table, OrderField...)contravariance
CreateIndexWhereStepadded
CreateSchemaFinalStepadded
Cursor
fetch(int)deprecated
fetchNext()added
fetchNext(int)added
fetchNext(RecordMapper)added
fetchNextInto(Class)added
fetchNextInto(RecordHandler)added
fetchNextInto(Table)added
fetchNextOptional()added
fetchNextOptional(RecordMapper)added
fetchNextOptionalInto(Class)added
fetchNextOptionalInto(Table)added
fetchOne()deprecated
fetchOne(RecordMapper)deprecated
fetchOneInto(Class)deprecated
fetchOneInto(RecordHandler)deprecated
fetchOneInto(Table)deprecated
fetchOptional()deprecated
fetchOptional(RecordMapper)deprecated
fetchOptionalInto(Class)deprecated
fetchOptionalInto(Table)deprecated
DAO
delete(Object)added
DSLContext
alterIndex(String)added
alterIndex(Index)added
alterIndex(Name)added
alterIndexIfExists(String)added
alterIndexIfExists(Index)added
alterIndexIfExists(Name)added
alterSchema(String)added
alterSchema(Name)added
alterSchema(Schema)added
alterSchemaIfExists(String)added
alterSchemaIfExists(Name)added
alterSchemaIfExists(Schema)added
alterSequenceIfExists(String)added
alterSequenceIfExists(Name)added
alterSequenceIfExists(Sequence)added
alterTableIfExists(String)added
alterTableIfExists(Name)added
alterTableIfExists(Table)added
alterView(String)added
alterView(Name)added
alterView(Table)added
alterViewIfExists(String)added
alterViewIfExists(Name)added
alterViewIfExists(Table)added
bindContext(PreparedStatement)deprecated
createIndex(Index)added
createIndexIfNotExists(Index)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createUniqueIndex(Index)added
createUniqueIndexIfNotExists(Index)added
createView(String, BiFunction)added
createView(String, Function)added
createView(Name, BiFunction)added
createView(Name, Function)added
createView(Table, BiFunction)added
createView(Table, Function)added
createViewIfNotExists(String, BiFunction)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, BiFunction)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Table, BiFunction)added
createViewIfNotExists(Table, Function)added
currval(Name)added
ddl(Catalog)added
ddl(Catalog, DDLFlag...)added
dropIndex(Index)added
dropIndexIfExists(Index)added
dropSchema(String)added
dropSchema(Name)added
dropSchema(Schema)added
dropSchemaIfExists(String)added
dropSchemaIfExists(Name)added
dropSchemaIfExists(Schema)added
fetchByExample(TableRecord)added
fetchSingle(String)added
fetchSingle(ResultSet)added
fetchSingle(ResultQuery)added
fetchSingle(SQL)added
fetchSingle(Table)added
fetchSingle(String, Object...)added
fetchSingle(String, QueryPart...)added
fetchSingle(ResultSet, Class...)added
fetchSingle(ResultSet, DataType...)added
fetchSingle(ResultSet, Field...)added
fetchSingle(Table, Condition)added
informationSchema(Catalog)added
informationSchema(Catalog...)added
informationSchema(Schema)added
informationSchema(Schema...)added
informationSchema(Table)added
informationSchema(Table...)added
meta(InformationSchema)added
nextval(Name)added
parser()added
parsingConnection()added
queries(Collection)added
queries(Query...)added
renderContext()deprecated
setCatalog(String)added
setCatalog(Catalog)added
setCatalog(Name)added
setSchema(String)added
setSchema(Name)added
setSchema(Schema)added
transaction(ContextTransactionalRunnable)added
transactionResult(ContextTransactionalCallable)added
with(Name)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(Name, Name, Name)added
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, BiFunction)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(Name, Name, Name)added
withRecursive(Name, Name, Name, Name) ... and more overloadsadded
DataType
getSQLType(Configuration)added
identity()added
identity(boolean)added
isUDT()added
nullability()added
nullability(Nullability)added
DropSchemaFinalStepadded
DropSchemaStepadded
EnumType
getCatalog()added
Falseadded
Field
as(Function)added
as(Name)added
changed(Record)added
containsIgnoreCase(Object)added
containsIgnoreCase(Field)added
field(Record)added
from(Record)added
get(Record)added
getQualifiedName()added
getUnqualifiedName()added
getValue(Record)added
notContains(Object)added
notContains(Field)added
notContainsIgnoreCase(Object)added
notContainsIgnoreCase(Field)added
original(Record)added
pow(Field)added
power(Field)added
rem(Number)added
rem(Field)added
reset(Record)added
sortDefault()added
times(Number)added
times(Field)added
unaryMinus()added
unaryPlus()added
FieldLike
asField(Function)added
GroupConcatOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
Indexadded
InsertOnConflictConditionStepadded
InsertOnConflictDoUpdateStepadded
InsertOnConflictWhereStepadded
InsertOnDuplicateStep
onConflict(Collection)added
onConflict(Field...)added
onConflictDoNothing()added
InsertQuery
addConditions(Collection)added
addConditions(Condition...)added
addConditions(Operator, Collection)added
addConditions(Operator, Condition...)added
onConflict(Collection)added
onConflict(Field...)added
JSONFormatadded
JSONFormat.RecordFormatadded
JoinType
qualified()added
toKeyword()added
LikeEscapeStepadded
Logadded
Log.Leveladded
Meta
getSequences()added
Name
append(String)added
append(Name)added
equals(Object)added
equalsIgnoreCase(Name)added
fields(BiFunction)added
fields(Function)added
fields(Name)added
fields(Name...)added
fields(Name, Name)added
fields(Name, Name, Name)added
fields(Name, Name, Name, Name) ... and more overloadsadded
first()added
last()added
parts()added
qualified()added
qualifier()added
quotedName()added
unqualifiedName()added
unquotedName()added
Nullabilityadded
OrderFieldadded
OrderedAggregateFunction
withinGroupOrderBy(OrderField...)contravariance
withinGroupOrderBy(SortField...)removed
OrderedAggregateFunctionOfDeferredType
withinGroupOrderBy(OrderField)contravariance
withinGroupOrderBy(SortField)removed
Package
getCatalog()added
Param
getParamMode()added
ParamModeadded
Parseradded
Queries
executeBatch()added
fetchMany()added
queryStream()added
stream()added
Record
formatJSON()added
formatJSON(OutputStream)added
formatJSON(Writer)added
formatJSON(JSONFormat)added
formatJSON(OutputStream, JSONFormat)added
formatJSON(Writer, JSONFormat)added
formatXML()added
formatXML(OutputStream)added
formatXML(Writer)added
formatXML(XMLFormat)added
formatXML(OutputStream, XMLFormat)added
formatXML(Writer, XMLFormat)added
intoStream()added
with(Field, Object)added
with(Field, Object, Converter)added
Record1 - 22
component1()added
RecordUnmapperadded
RecordUnmapperProvideradded
Requireadded
Result
formatChart()added
formatChart(OutputStream)added
formatChart(Writer)added
formatChart(ChartFormat)added
formatChart(OutputStream, ChartFormat)added
formatChart(Writer, ChartFormat)added
formatJSON(JSONFormat)added
formatJSON(OutputStream, JSONFormat)added
formatJSON(Writer, JSONFormat)added
formatXML(XMLFormat)added
formatXML(OutputStream, XMLFormat)added
formatXML(Writer, XMLFormat)added
intern(int...)deprecated
intern(String...)deprecated
intern(Field...)deprecated
intern(Name...)deprecated
intoGroups(int[], int[])added
intoGroups(String[], String[])added
intoGroups(Field[], Field[])added
intoGroups(Name[], Name[])added
intoGroups(Table, Table)added
intoMap(int[], int[])added
intoMap(String[], String[])added
intoMap(Field[], Field[])added
intoMap(Name[], Name[])added
intoMap(Table, Table)added
intoXML(XMLFormat)added
intoXML(ContentHandler, XMLFormat)added
ResultOrRows
exception()added
ResultQuery
fetchGroups(int[], int[])added
fetchGroups(String[], String[])added
fetchGroups(Field[], Field[])added
fetchGroups(Name[], Name[])added
fetchGroups(Table, Table)added
fetchMap(int[], int[])added
fetchMap(String[], String[])added
fetchMap(Field[], Field[])added
fetchMap(Name[], Name[])added
fetchMap(Table, Table)added
fetchSingle()added
fetchSingle(int)added
fetchSingle(String)added
fetchSingle(Field)added
fetchSingle(Name)added
fetchSingle(RecordMapper)added
fetchSingle(int, Class)added
fetchSingle(int, Converter)added
fetchSingle(String, Class)added
fetchSingle(String, Converter)added
fetchSingle(Field, Class)added
fetchSingle(Field, Converter)added
fetchSingle(Name, Class)added
fetchSingle(Name, Converter)added
fetchSingleArray()added
fetchSingleInto(Class)added
fetchSingleInto(Table)added
fetchSingleMap()added
fetchStreamInto(Class)added
fetchStreamInto(Table)added
forEach(Consumer)added
intern(int...)deprecated
intern(String...)deprecated
intern(Field...)deprecated
intern(Name...)deprecated
spliterator()added
Routine
getCatalog()added
Row
fieldStream()added
SQLDialect
isFamily()added
supports(SQLDialect)added
Schema
getQualifiedName()added
getUnqualifiedName()added
sequenceStream()added
tableStream()added
udtStream()added
Scope
dsl()added
SelectConnectByAfterStartWithConditionStepadded
SelectConnectByAfterStartWithStepadded
SelectConnectByStep
startWith(Boolean)added
startWith(String)added
startWith(Condition)added
startWith(Field)added
startWith(SQL)added
startWith(String, Object...)added
startWith(String, QueryPart...)added
SelectJoinStep
fullJoin(String)added
fullJoin(Name)added
fullJoin(SQL)added
fullJoin(TableLike)added
fullJoin(String, Object...)added
fullJoin(String, QueryPart...)added
SelectOrderByStep
orderBy(OrderField)contravariance
orderBy(OrderField...)contravariance
orderBy(SortField)removed
orderBy(SortField...)removed
orderBy(OrderField, OrderField)contravariance
orderBy(SortField, SortField)removed
orderBy(OrderField, OrderField, OrderField)contravariance
orderBy(SortField, SortField, SortField)removed
orderBy(OrderField, OrderField, OrderField, OrderField) ... and more overloadscontravariance
orderBy(SortField, SortField, SortField, SortField) ... and more overloadsremoved
orderSiblingsBy(OrderField...)contravariance
orderSiblingsBy(SortField...)removed
SelectQuery
addOrderBy(OrderField...)contravariance
addOrderBy(SortField...)removed
setWithTies(boolean)added
SelectWithTiesAfterOffsetStepadded
SelectWithTiesStepadded
Sequence
getCatalog()added
SortOrder
toKeyword()added
Table
as(Name)added
as(Table)added
as(String, BiFunction)added
as(String, Function)added
as(Name, BiFunction)added
as(Name, Function)added
as(Name, Name...)added
as(Table, BiFunction)added
as(Table, Function)added
as(Table, Field...)added
from(Record)added
fullJoin(String)added
fullJoin(Name)added
fullJoin(SQL)added
fullJoin(TableLike)added
fullJoin(String, Object...)added
fullJoin(String, QueryPart...)added
getCatalog()added
getIndexes()added
getQualifiedName()added
getUnqualifiedName()added
partitionBy(Collection)added
partitionBy(Field...)added
TableLike
asTable(String, BiFunction)added
asTable(String, Function)added
fieldStream()added
TableOuterJoinStepadded
TableRecord
with(Field, Object)added
with(Field, Object)added
with(Field, Object, Converter)added
with(Field, Object, Converter)added
TransactionContext
causeThrowable()added
causeThrowable(Throwable)added
TransactionListeneradded
TransactionListenerProvideradded
Trueadded
UDT
fieldStream()added
getCatalog()added
getPackage()added
isSQLUsable()added
isSynthetic()added
UDTRecord
with(Field, Object)added
with(Field, Object)added
with(Field, Object, Converter)added
with(Field, Object, Converter)added
WindowOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
WindowPartitionByStep
partitionBy(Collection)added
partitionByOne()deprecated
WindowSpecificationOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
WindowSpecificationPartitionByStep
partitionByOne()deprecated
WithStep
with(Name)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(Name, Name, Name)added
with(Name, Name, Name, Name) ... and more overloadsadded
XMLFormatadded
XMLFormat.RecordFormatadded
org.jooq.conf
ObjectFactory
createRenderFormatting()added
ParamCastModeadded
RenderFormattingadded
Settings
getDelimiter()added
getParamCastMode()added
getRenderFormatting()added
getThrowExceptions()added
isDebugInfoOnStackTrace()added
isExecuteWithOptimisticLockingExcludeUnversioned()added
isInListPadding()added
isRenderOrderByRownumberForEmulatedPagination()added
isReturnRecordToPojo()added
setDebugInfoOnStackTrace(Boolean)added
setDelimiter(String)added
setExecuteWithOptimisticLockingExcludeUnversioned(Boolean)added
setInListPadding(Boolean)added
setParamCastMode(ParamCastMode)added
setRenderFormatting(RenderFormatting)added
setRenderOrderByRownumberForEmulatedPagination(Boolean)added
setReturnRecordToPojo(Boolean)added
setThrowExceptions(ThrowExceptions)added
withDebugInfoOnStackTrace(Boolean)added
withDelimiter(String)added
withExecuteWithOptimisticLockingExcludeUnversioned(Boolean)added
withInListPadding(Boolean)added
withParamCastMode(ParamCastMode)added
withRenderFormatting(RenderFormatting)added
withRenderOrderByRownumberForEmulatedPagination(Boolean)added
withReturnRecordToPojo(Boolean)added
withThrowExceptions(ThrowExceptions)added
ThrowExceptionsadded
org.jooq.exception
ConfigurationExceptionadded
DataAccessException
getCause(Class)added
getStackTrace()added
MockFileDatabaseExceptionadded
NoDataFoundException
<init>()added
TooManyRowsException
<init>()added
org.jooq.impl
AbstractKeysdeprecated
createForeignKey(UniqueKey, Table, TableField...)added
createForeignKey(UniqueKey, Table, String, TableField...)added
createIdentity(Table, TableField)added
createIndex(String, Table, OrderField[], boolean)added
createUniqueKey(Table, TableField...)added
createUniqueKey(Table, String, TableField...)added
AbstractRoutine
getCatalog()added
ArrayRecordImpl
getCatalog()added
CatalogImpl
<init>(Name)added
getQualifiedName()added
getUnqualifiedName()added
schemaStream()added
CustomField
as(String)removed
as(Name)added
DAOImpl
delete(Object)added
DSL
alterIndex(String)added
alterIndex(Index)added
alterIndex(Name)added
alterIndexIfExists(String)added
alterIndexIfExists(Index)added
alterIndexIfExists(Name)added
alterSchema(String)added
alterSchema(Name)added
alterSchema(Schema)added
alterSchemaIfExists(String)added
alterSchemaIfExists(Name)added
alterSchemaIfExists(Schema)added
alterSequenceIfExists(String)added
alterSequenceIfExists(Name)added
alterSequenceIfExists(Sequence)added
alterTableIfExists(String)added
alterTableIfExists(Name)added
alterTableIfExists(Table)added
alterView(String)added
alterView(Name)added
alterView(Table)added
alterViewIfExists(String)added
alterViewIfExists(Name)added
alterViewIfExists(Table)added
and(Condition, Condition)added
arrayAggDistinct(Field)added
check(Condition)added
collect(Field, Class)added
collect(Field, DataType)added
collectDistinct(Field, Class)added
collectDistinct(Field, DataType)added
condition(Operator, Condition, Condition)added
constraint()added
createIndex(Index)added
createIndexIfNotExists(Index)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createUniqueIndex(Index)added
createUniqueIndexIfNotExists(Index)added
createView(String, Function)added
createView(Name, Function)added
createView(Table, Function)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Table, Function)added
cumeDist(Collection)added
currentLocalDate()added
currentLocalDateTime()added
currentLocalTime()added
currentOffsetDateTime()added
currentOffsetTime()added
day(Temporal)added
denseRank(Collection)added
dropIndex(Index)added
dropIndexIfExists(Index)added
dropSchema(String)added
dropSchema(Name)added
dropSchema(Schema)added
dropSchemaIfExists(String)added
dropSchemaIfExists(Name)added
dropSchemaIfExists(Schema)added
extract(Temporal, DatePart)added
foreignKey(String)added
foreignKey(String...)added
foreignKey(Field)added
foreignKey(Field...)added
foreignKey(Name)added
foreignKey(Name...)added
foreignKey(String, String)added
foreignKey(Field, Field)added
foreignKey(Name, Name)added
foreignKey(String, String, String)added
foreignKey(Field, Field, Field)added
foreignKey(Name, Name, Name)added
foreignKey(String, String, String, String) ... and more overloadsadded
foreignKey(Field, Field, Field, Field) ... and more overloadsadded
foreignKey(Name, Name, Name, Name) ... and more overloadsadded
groupId()added
hour(Temporal)added
index(Name)added
localDate(String)added
localDate(LocalDate)added
localDate(Field)added
localDateAdd(LocalDate, Number)added
localDateAdd(Field, Field)added
localDateAdd(LocalDate, Number, DatePart)added
localDateAdd(LocalDate, Field, DatePart)added
localDateAdd(Field, Number, DatePart)added
localDateAdd(Field, Field, DatePart)added
localDateDiff(LocalDate, LocalDate)added
localDateDiff(LocalDate, Field)added
localDateDiff(Field, LocalDate)added
localDateDiff(Field, Field)added
localDateSub(LocalDate, Number)added
localDateSub(Field, Field)added
localDateSub(LocalDate, Number, DatePart)added
localDateSub(LocalDate, Field, DatePart)added
localDateSub(Field, Number, DatePart)added
localDateSub(Field, Field, DatePart)added
localDateTime(String)added
localDateTime(LocalDateTime)added
localDateTime(Field)added
localTime(String)added
localTime(LocalTime)added
localTime(Field)added
minute(Temporal)added
month(Temporal)added
name(String)added
name(Collection)added
name(Name...)added
now()added
offsetDateTime(String)added
offsetDateTime(OffsetDateTime)added
offsetDateTime(Field)added
offsetTime(String)added
offsetTime(OffsetTime)added
offsetTime(Field)added
or(Condition, Condition)added
orderBy(OrderField...)contravariance
percentRank(Collection)added
position(String, String, int)added
position(String, String, Field)added
position(String, Field, int)added
position(String, Field, Field)added
position(Field, String, int)added
position(Field, String, Field)added
position(Field, Field, int)added
position(Field, Field, Field)added
primaryKey(String...)added
primaryKey(Field...)added
primaryKey(Name...)added
quotedName(String)added
quotedName(String...)added
quotedName(Collection)added
rank(Collection)added
ratioToReport(Number)added
ratioToReport(Field)added
second(Temporal)added
sequence(String)deprecated
sequence(String, Class)deprecated
sequence(String, DataType)deprecated
setCatalog(String)added
setCatalog(Catalog)added
setCatalog(Name)added
setSchema(String)added
setSchema(Name)added
setSchema(Schema)added
toLocalDate(String, String)added
toLocalDate(String, Field)added
toLocalDate(Field, String)added
toLocalDate(Field, Field)added
toLocalDateTime(String, String)added
toLocalDateTime(String, Field)added
toLocalDateTime(Field, String)added
toLocalDateTime(Field, Field)added
trunc(LocalDate)added
trunc(LocalDateTime)added
trunc(LocalDate, DatePart)added
trunc(LocalDateTime, DatePart)added
unique(String...)added
unique(Field...)added
unique(Name...)added
unquotedName(String)added
unquotedName(String...)added
unquotedName(Collection)added
widthBucket(Field, Number, Number, int)added
widthBucket(Field, Field, Field, Field) ... and more overloadsadded
with(Name)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(Name, Name, Name)added
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(Name, Name, Name)added
withRecursive(Name, Name, Name, Name) ... and more overloadsadded
year(Temporal)added
DefaultBinding
toString()added
DefaultConfiguration
clock()added
derive(Clock)added
derive(Executor)added
derive(ExecuteListener...)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(RecordListener...)added
set(RecordMapper)added
set(RecordUnmapper)added
set(RecordUnmapperProvider)added
set(TransactionListener...)added
set(TransactionListenerProvider...)added
set(VisitListener...)added
setRecordUnmapperProvider(RecordUnmapperProvider)added
setTransactionListenerProvider(TransactionListenerProvider...)added
transactionListenerProviders()added
DefaultConverterProvider
add(Converter)removed
toString()removed
DefaultDSLContext
alterIndex(String)added
alterIndex(Index)added
alterIndex(Name)added
alterIndexIfExists(String)added
alterIndexIfExists(Index)added
alterIndexIfExists(Name)added
alterSchema(String)added
alterSchema(Name)added
alterSchema(Schema)added
alterSchemaIfExists(String)added
alterSchemaIfExists(Name)added
alterSchemaIfExists(Schema)added
alterSequenceIfExists(String)added
alterSequenceIfExists(Name)added
alterSequenceIfExists(Sequence)added
alterTableIfExists(String)added
alterTableIfExists(Name)added
alterTableIfExists(Table)added
alterView(String)added
alterView(Name)added
alterView(Table)added
alterViewIfExists(String)added
alterViewIfExists(Name)added
alterViewIfExists(Table)added
createIndex(Index)added
createIndexIfNotExists(Index)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createUniqueIndex(Index)added
createUniqueIndexIfNotExists(Index)added
createView(String, BiFunction)added
createView(String, Function)added
createView(Name, BiFunction)added
createView(Name, Function)added
createView(Table, BiFunction)added
createView(Table, Function)added
createViewIfNotExists(String, BiFunction)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, BiFunction)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Table, BiFunction)added
createViewIfNotExists(Table, Function)added
currval(Name)added
ddl(Catalog)added
ddl(Catalog, DDLFlag...)added
dropIndex(Index)added
dropIndexIfExists(Index)added
dropSchema(String)added
dropSchema(Name)added
dropSchema(Schema)added
dropSchemaIfExists(String)added
dropSchemaIfExists(Name)added
dropSchemaIfExists(Schema)added
fetchByExample(TableRecord)added
fetchSingle(String)added
fetchSingle(ResultSet)added
fetchSingle(ResultQuery)added
fetchSingle(SQL)added
fetchSingle(Table)added
fetchSingle(String, Object...)added
fetchSingle(String, QueryPart...)added
fetchSingle(ResultSet, Class...)added
fetchSingle(ResultSet, DataType...)added
fetchSingle(ResultSet, Field...)added
fetchSingle(Table, Condition)added
informationSchema(Catalog)added
informationSchema(Catalog...)added
informationSchema(Schema)added
informationSchema(Schema...)added
informationSchema(Table)added
informationSchema(Table...)added
meta(InformationSchema)added
nextval(Name)added
parser()added
parsingConnection()added
queries(Collection)added
queries(Query...)added
setCatalog(String)added
setCatalog(Catalog)added
setCatalog(Name)added
setSchema(String)added
setSchema(Name)added
setSchema(Schema)added
transaction(ContextTransactionalRunnable)added
transactionResult(ContextTransactionalCallable)added
with(Name)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(Name, Name, Name)added
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, BiFunction)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(Name, Name, Name)added
withRecursive(Name, Name, Name, Name) ... and more overloadsadded
DefaultDataType
getSQLType(Configuration)added
identity()added
identity(boolean)added
isUDT()added
nullability()added
nullability(Nullability)added
DefaultRecordUnmapperadded
DefaultRecordUnmapperProvideradded
DefaultTransactionListeneradded
DefaultTransactionListenerProvideradded
DelegatingConverteradded
Internaladded
JPAConverteradded
NullIf
as(String)removed
as(Name)added
PackageImpl
getCatalog()added
ParserExceptionadded
SQLDataType
BINARY(int)added
BLOB(int)added
CHAR(int)added
CLOB(int)added
DECIMAL(int)added
DECIMAL(int, int)added
LONGNVARCHAR(int)added
LONGVARBINARY(int)added
LONGVARCHAR(int)added
NCHAR(int)added
NCLOB(int)added
NUMERIC(int)added
NUMERIC(int, int)added
NVARCHAR(int)added
VARBINARY(int)added
VARCHAR(int)added
SchemaImpl
<init>(Name)added
<init>(Name, Catalog)added
getQualifiedName()added
getUnqualifiedName()added
sequenceStream()added
tableStream()added
udtStream()added
SequenceImpl
getCatalog()added
TableImpl
<init>(String)deprecated
<init>(Name)added
<init>(String, Schema)deprecated
<init>(Name, Schema)added
<init>(String, Schema, Table)deprecated
<init>(Name, Schema, Table)added
<init>(String, Schema, Table, Field[])deprecated
<init>(Name, Schema, Table, Field[])added
<init>(String, Schema, Table, Field[], String)deprecated
<init>(Name, Schema, Table, Field[], String)added
as(Name)added
as(Name, Name...)added
getIndexes()added
partitionBy(Collection)added
partitionBy(Field...)added
rename(String)added
rename(Name)added
TableRecordImpl
with(Field, Object)added
with(Field, Object)added
with(Field, Object, Converter)added
with(Field, Object, Converter)added
ThreadLocalTransactionProvideradded
UDTImpl
<init>(String, Schema, Package)added
<init>(String, Schema, Package, boolean)added
fieldStream()added
getCatalog()added
getPackage()added
isSQLUsable()added
isSynthetic()added
UDTRecordImpl
with(Field, Object)added
with(Field, Object)added
with(Field, Object, Converter)added
with(Field, Object, Converter)added
org.jooq.tools
Convert
convertCollection(Collection, Class)added
JooqLogger
globalThreshold(Log.Level)added
StringUtils
equals(String, String)added
org.jooq.tools.jdbc
DefaultCallableStatement
getDelegateCallableStatement()added
getObject(int, Class)added
getObject(String, Class)added
registerOutParameter(int, SQLType)added
registerOutParameter(String, SQLType)added
registerOutParameter(int, SQLType, int)added
registerOutParameter(int, SQLType, String)added
registerOutParameter(String, SQLType, int)added
registerOutParameter(String, SQLType, String)added
setObject(String, Object, SQLType)added
setObject(String, Object, SQLType, int)added
DefaultConnection
abort(Executor)added
getNetworkTimeout()added
getSchema()added
setNetworkTimeout(Executor, int)added
setSchema(String)added
DefaultPreparedStatement
executeLargeUpdate()added
getDelegatePreparedStatement()added
setObject(int, Object, SQLType)added
setObject(int, Object, SQLType, int)added
DefaultResultSet
<init>(ResultSet, Statement)added
getObject(int, Class)added
getObject(String, Class)added
updateObject(int, Object, SQLType)added
updateObject(String, Object, SQLType)added
updateObject(int, Object, SQLType, int)added
updateObject(String, Object, SQLType, int)added
DefaultStatement
<init>(Statement, Connection)added
closeOnCompletion()added
executeLargeBatch()added
executeLargeUpdate(String)added
executeLargeUpdate(String, int)added
executeLargeUpdate(String, int[])added
executeLargeUpdate(String, String[])added
getDelegateStatement()added
getLargeMaxRows()added
getLargeUpdateCount()added
isCloseOnCompletion()added
setLargeMaxRows(long)added
Mockadded
MockConfiguration
clock()added
derive(Clock)added
derive(Executor)added
derive(ExecuteListener...)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(RecordListener...)added
set(RecordMapper)added
set(RecordUnmapper)added
set(RecordUnmapperProvider)added
set(TransactionListener...)added
set(TransactionListenerProvider...)added
set(VisitListener...)added
transactionListenerProviders()added
MockFileDatabase
nullLiteral(String)added
queries()added
org.jooq.util.jaxb.tools
StringAdapteradded
TrimAdapteradded
org.jooq.util.postgres
PostgresDSL
arrayOverlap(Object[], Object[])added
arrayOverlap(Object[], Field)added
arrayOverlap(Field, Object[])added
arrayOverlap(Field, Field)added
org.jooq.util.xml.jaxb
Columnadded
Indexadded
IndexColumnUsageadded
InformationSchemaadded
KeyColumnUsageadded
ObjectFactoryadded
Parameteradded
ParameterModeadded
ReferentialConstraintadded
Routineadded
RoutineTypeadded
Schemaadded
Sequenceadded
Tableadded
TableConstraintadded
TableConstraintTypeadded

Legend

Eclipse icons copyright by Eclipse licensed under EPL. Inspiration taken from https://javaalmanac.io/
The jOOQ Logo