API diff between 3.7 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
AlterTableRenameColumnToStepadded
AlterTableRenameConstraintToStepadded
AlterTableRenameIndexToStepadded
AlterTableStep
add(Name, DataType)added
addColumn(Name, DataType)added
alter(Name)added
alterColumn(Name)added
drop(Name)added
dropColumn(Name)added
dropConstraint(Name)added
renameColumn(String)added
renameColumn(Field)added
renameColumn(Name)added
renameConstraint(String)added
renameConstraint(Constraint)added
renameConstraint(Name)added
renameIndex(String)added
renameIndex(Index)added
renameIndex(Name)added
renameTo(String)added
renameTo(Name)added
renameTo(Table)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
CSVFormatadded
CSVFormat.Quoteadded
CaseValueStep
mapFields(Map)added
mapValues(Map)added
CaseWhenStep
mapFields(Map)added
mapValues(Map)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(ExecutorProvider)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
executorProvider()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(ExecutorProvider)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
declareAliases()added
declareAliases(boolean)added
keyword(String)deprecated
literal(String)deprecated
qualifyCatalog()added
qualifyCatalog(boolean)added
qualifySchema()added
qualifySchema(boolean)added
quote()added
quote(boolean)added
stringLiteral()added
stringLiteral(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
CreateTableAsStep
column(Field)added
column(Name, DataType)added
columns(Collection)added
columns(Field...)added
CreateTableColumnStep
column(Field)added
column(Name, DataType)added
columns(Collection)added
columns(Field...)added
CreateTableConstraintStepadded
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
DDLFlagadded
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
batch(Queries)added
bindContext(PreparedStatement)deprecated
createIndex(Index)added
createIndexIfNotExists(String)added
createIndexIfNotExists(Index)added
createIndexIfNotExists(Name)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createSequenceIfNotExists(String)added
createSequenceIfNotExists(Name)added
createSequenceIfNotExists(Sequence)added
createTableIfNotExists(String)added
createTableIfNotExists(Name)added
createTableIfNotExists(Table)added
createUniqueIndex(String)added
createUniqueIndex(Index)added
createUniqueIndex(Name)added
createUniqueIndexIfNotExists(String)added
createUniqueIndexIfNotExists(Index)added
createUniqueIndexIfNotExists(Name)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, String...)added
createViewIfNotExists(String, BiFunction)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, BiFunction)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Name, Name...)added
createViewIfNotExists(Table, BiFunction)added
createViewIfNotExists(Table, Function)added
createViewIfNotExists(Table, Field...)added
currval(Name)added
ddl(Catalog)added
ddl(Schema)added
ddl(Table)added
ddl(Catalog, DDLFlag...)added
ddl(Schema, DDLFlag...)added
ddl(Table, 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
fetchAsync(String)added
fetchAsync(ResultSet)added
fetchAsync(ResultQuery)added
fetchAsync(SQL)added
fetchAsync(Table)added
fetchAsync(String, Object...)added
fetchAsync(String, QueryPart...)added
fetchAsync(ResultSet, Class...)added
fetchAsync(ResultSet, DataType...)added
fetchAsync(ResultSet, Field...)added
fetchAsync(Executor, String)added
fetchAsync(Executor, ResultSet)added
fetchAsync(Executor, ResultQuery)added
fetchAsync(Executor, SQL)added
fetchAsync(Executor, Table)added
fetchAsync(Table, Condition)added
fetchAsync(Executor, String, Object...)added
fetchAsync(Executor, String, QueryPart...)added
fetchAsync(Executor, ResultSet, Class...)added
fetchAsync(Executor, ResultSet, DataType...)added
fetchAsync(Executor, ResultSet, Field...)added
fetchAsync(Executor, Table, Condition)added
fetchByExample(TableRecord)added
fetchFromHTML(String)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
transactionAsync(TransactionalRunnable)added
transactionAsync(Executor, TransactionalRunnable)added
transactionResult(ContextTransactionalCallable)added
transactionResultAsync(TransactionalCallable)added
transactionResultAsync(Executor, TransactionalCallable)added
with(Name)added
with(String, String)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(String, String, String)added
with(Name, Name, Name)added
with(String, String, String, String) ... and more overloadsadded
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, String)added
withRecursive(String, BiFunction)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(String, String, String)added
withRecursive(Name, Name, Name)added
withRecursive(String, String, String, String) ... and more overloadsadded
withRecursive(Name, Name, Name, Name) ... and more overloadsadded
DataType
defaultValue()added
defaultValue(Object)added
defaultValue(Field)added
defaulted(boolean)deprecated
getSQLType(Configuration)added
identity()added
identity(boolean)added
isUDT()added
nullability()added
nullability(Nullability)added
DerivedColumnList1 - 22added
DropSchemaFinalStepadded
DropSchemaStepadded
EnumType
getCatalog()added
ExecuteEventHandleradded
ExecutorProvideradded
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
Key
constraint()added
getName()added
LikeEscapeStepadded
LoaderCSVStep
fields(LoaderFieldMapper)added
LoaderFieldMapperadded
LoaderFieldMapper.LoaderFieldContextadded
LoaderJSONStep
fields(LoaderFieldMapper)added
LoaderRowsStep
fields(LoaderFieldMapper)added
LoaderSourceStep
loadArrays(Stream)added
loadRecords(Stream)added
Logadded
Log.Leveladded
MergeUsingStep
columns(Collection)added
columns(Field)added
columns(Field...)added
columns(Field, Field)added
columns(Field, Field, Field)added
columns(Field, Field, Field, Field) ... and more overloadsadded
Meta
getSequences()added
Name
append(String)added
append(Name)added
equals(Object)added
equalsIgnoreCase(Name)added
fields(String)added
fields(BiFunction)added
fields(Function)added
fields(Name)added
fields(Name...)added
fields(String, String)added
fields(Name, Name)added
fields(String, String, String)added
fields(Name, Name, Name)added
fields(String, String, String, String) ... and more overloadsadded
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
OrderedAggregateFunctionOfDeferredTypeadded
Package
getCatalog()added
Param
getParamMode()added
getParamType()added
setConverted(Object)deprecated
setInline(boolean)deprecated
setValue(Object)deprecated
ParamModeadded
Parameter
isUnnamed()added
Parseradded
Queriesadded
Query
executeAsync()added
executeAsync(Executor)added
QueryPartInternal
accept(Context)deprecated
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
get(int)added
get(String)added
get(Field)added
get(Name)added
get(int, Class)added
get(int, Converter)added
get(String, Class)added
get(String, Converter)added
get(Field, Class)added
get(Field, Converter)added
get(Name, Class)added
get(Name, Converter)added
intoStream()added
set(Field, Object)added
set(Field, Object, Converter)added
with(Field, Object)added
with(Field, Object, Converter)added
Record1 - 22
component1()added
RecordUnmapperadded
RecordUnmapperProvideradded
Requireadded
Result
formatCSV(CSVFormat)added
formatCSV(OutputStream, CSVFormat)added
formatCSV(Writer, CSVFormat)added
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
fetchAsync()added
fetchAsync(Executor)added
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
fetchStream()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
get(Parameter)added
getCatalog()added
set(Parameter, Object)added
Row
fieldStream()added
SQLDialect
isFamily()added
supports(SQLDialect)added
Schema
getCatalog()added
getQualifiedName()added
getUnqualifiedName()added
sequenceStream()added
tableStream()added
udtStream()added
SchemaMapping
map(Catalog)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
SelectFromStep
from(Name)added
SelectJoinStep
crossApply(Name)added
crossJoin(Name)added
fullJoin(String)added
fullJoin(Name)added
fullJoin(SQL)added
fullJoin(TableLike)added
fullJoin(String, Object...)added
fullJoin(String, QueryPart...)added
fullOuterJoin(Name)added
innerJoin(Name)added
join(Name)added
leftJoin(Name)added
leftOuterJoin(Name)added
naturalJoin(Name)added
naturalLeftOuterJoin(Name)added
naturalRightOuterJoin(Name)added
outerApply(Name)added
rightJoin(Name)added
rightOuterJoin(Name)added
straightJoin(String)added
straightJoin(Name)added
straightJoin(SQL)added
SelectLimitAfterOffsetStepadded
SelectLimitStep
offset(int)added
offset(Param)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
addOffset(int)added
addOffset(Param)added
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
crossApply(Name)added
crossJoin(Name)added
eq(Table)added
equal(Table)added
equals(Object)added
from(Record)added
fullJoin(String)added
fullJoin(Name)added
fullJoin(SQL)added
fullJoin(TableLike)added
fullJoin(String, Object...)added
fullJoin(String, QueryPart...)added
fullOuterJoin(Name)added
getCatalog()added
getDataType()added
getIndexes()added
getQualifiedName()added
getUnqualifiedName()added
innerJoin(Name)added
join(Name)added
leftJoin(Name)added
leftOuterJoin(Name)added
naturalJoin(Name)added
naturalLeftOuterJoin(Name)added
naturalRightOuterJoin(Name)added
ne(Table)added
notEqual(Table)added
outerApply(Name)added
partitionBy(Collection)added
partitionBy(Field...)added
rightJoin(Name)added
rightOuterJoin(Name)added
straightJoin(Name)added
TableLike
asTable(String, BiFunction)added
asTable(String, Function)added
fieldStream()added
TableOuterJoinStepadded
TableRecord
insert(Collection)added
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
UniqueKey
isPrimary()added
UpdatableRecord
insert(Collection)added
refresh(Collection)added
store(Collection)added
update(Collection)added
UpdateFromStep
from(Name)added
WindowOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
WindowPartitionByStep
partitionBy(Collection)added
partitionByOne()deprecated
WindowRowsStep
rangeBetweenCurrentRow()added
rangeBetweenFollowing(int)added
rangeBetweenPreceding(int)added
rangeBetweenUnboundedFollowing()added
rangeBetweenUnboundedPreceding()added
rangeCurrentRow()added
rangeFollowing(int)added
rangePreceding(int)added
rangeUnboundedFollowing()added
rangeUnboundedPreceding()added
WindowSpecificationOrderByStep
orderBy(OrderField...)contravariance
orderBy(SortField...)removed
WindowSpecificationPartitionByStep
partitionByOne()deprecated
WindowSpecificationRowsStep
rangeBetweenCurrentRow()added
rangeBetweenFollowing(int)added
rangeBetweenPreceding(int)added
rangeBetweenUnboundedFollowing()added
rangeBetweenUnboundedPreceding()added
rangeCurrentRow()added
rangeFollowing(int)added
rangePreceding(int)added
rangeUnboundedFollowing()added
rangeUnboundedPreceding()added
WithAsStep1 - 22added
WithStep
with(Name)added
with(String, String)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(String, String, String)added
with(Name, Name, Name)added
with(String, String, String, String) ... and more overloadsadded
with(Name, Name, Name, Name) ... and more overloadsadded
XMLFormatadded
XMLFormat.RecordFormatadded
org.jooq.conf
MappedSchema
getInputExpression()added
setInputExpression(Pattern)added
withInputExpression(Pattern)added
MappedTable
getInputExpression()added
setInputExpression(Pattern)added
withInputExpression(Pattern)added
ObjectFactory
createRenderFormatting()added
ParamCastModeadded
RegexAdapteradded
RenderFormattingadded
Settings
getDelimiter()added
getFetchSize()added
getMaxRows()added
getParamCastMode()added
getQueryTimeout()added
getRenderFormatting()added
getThrowExceptions()added
isDebugInfoOnStackTrace()added
isExecuteWithOptimisticLockingExcludeUnversioned()added
isInListPadding()added
isRenderCatalog()added
isRenderOrderByRownumberForEmulatedPagination()added
isReturnAllOnUpdatableRecord()added
isReturnRecordToPojo()added
setDebugInfoOnStackTrace(Boolean)added
setDelimiter(String)added
setExecuteWithOptimisticLockingExcludeUnversioned(Boolean)added
setFetchSize(Integer)added
setInListPadding(Boolean)added
setMaxRows(Integer)added
setParamCastMode(ParamCastMode)added
setQueryTimeout(Integer)added
setRenderCatalog(Boolean)added
setRenderFormatting(RenderFormatting)added
setRenderOrderByRownumberForEmulatedPagination(Boolean)added
setReturnAllOnUpdatableRecord(Boolean)added
setReturnRecordToPojo(Boolean)added
setThrowExceptions(ThrowExceptions)added
withDebugInfoOnStackTrace(Boolean)added
withDelimiter(String)added
withExecuteWithOptimisticLockingExcludeUnversioned(Boolean)added
withFetchSize(Integer)added
withInListPadding(Boolean)added
withMaxRows(Integer)added
withParamCastMode(ParamCastMode)added
withQueryTimeout(Integer)added
withRenderCatalog(Boolean)added
withRenderFormatting(RenderFormatting)added
withRenderOrderByRownumberForEmulatedPagination(Boolean)added
withReturnAllOnUpdatableRecord(Boolean)added
withReturnRecordToPojo(Boolean)added
withThrowExceptions(ThrowExceptions)added
SettingsTools
getFetchSize(int, Settings)added
getMaxRows(int, Settings)added
getQueryTimeout(int, Settings)added
ThrowExceptionsadded
org.jooq.exception
ConfigurationExceptionadded
DataAccessException
getCause(Class)added
getStackTrace()added
sqlState()added
sqlStateClass()added
sqlStateSubclass()added
MockFileDatabaseExceptionadded
NoDataFoundException
<init>()added
SQLStateClassadded
SQLStateSubclassadded
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
bind(BindContext)removed
get(Parameter)added
getCatalog()added
set(Parameter, Object)added
toSQL(RenderContext)removed
ArrayRecordImpl
getCatalog()added
CallbackExecuteListeneradded
CatalogImpl
<init>(Name)added
bind(BindContext)removed
getQualifiedName()added
getUnqualifiedName()added
schemaStream()added
toSQL(RenderContext)removed
CustomCondition
bind(BindContext)removed
toSQL(RenderContext)removed
CustomField
as(String)removed
as(Name)added
bind(BindContext)removed
toSQL(RenderContext)removed
CustomQueryPart
bind(BindContext)removed
toSQL(RenderContext)removed
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
catalog(Name)added
check(Condition)added
collect(Field, Class)added
collect(Field, DataType)added
collectDistinct(Field, Class)added
collectDistinct(Field, DataType)added
condition(Record)added
condition(Operator, Condition, Condition)added
constraint()added
constraint(Name)added
createIndex(Index)added
createIndexIfNotExists(String)added
createIndexIfNotExists(Index)added
createIndexIfNotExists(Name)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createSequenceIfNotExists(String)added
createSequenceIfNotExists(Name)added
createSequenceIfNotExists(Sequence)added
createTableIfNotExists(String)added
createTableIfNotExists(Name)added
createTableIfNotExists(Table)added
createUniqueIndex(String)added
createUniqueIndex(Index)added
createUniqueIndex(Name)added
createUniqueIndexIfNotExists(String)added
createUniqueIndexIfNotExists(Index)added
createUniqueIndexIfNotExists(Name)added
createView(String, Function)added
createView(Name, Function)added
createView(Table, Function)added
createViewIfNotExists(String, String...)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Name, Name...)added
createViewIfNotExists(Table, Function)added
createViewIfNotExists(Table, Field...)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
ifnull(Object, Object)added
ifnull(Object, Field)added
ifnull(Field, Object)added
ifnull(Field, Field)added
index(Name)added
inline(boolean)added
inline(byte)added
inline(byte[])added
inline(double)added
inline(float)added
inline(int)added
inline(Boolean)added
inline(Byte)added
inline(Double)added
inline(Float)added
inline(Integer)added
inline(Long)added
inline(Short)added
inline(String)added
inline(BigDecimal)added
inline(BigInteger)added
inline(Date)added
inline(Time)added
inline(Timestamp)added
inline(LocalDate)added
inline(LocalDateTime)added
inline(LocalTime)added
inline(OffsetDateTime)added
inline(OffsetTime)added
inline(UUID)added
inline(long)added
inline(UByte)added
inline(UInteger)added
inline(ULong)added
inline(UShort)added
inline(short)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
mode()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
queries(Collection)added
queries(Query...)added
quotedName(String)added
quotedName(String...)added
quotedName(Collection)added
rangeBetweenCurrentRow()added
rangeBetweenFollowing(int)added
rangeBetweenPreceding(int)added
rangeBetweenUnboundedFollowing()added
rangeBetweenUnboundedPreceding()added
rangeCurrentRow()added
rangeFollowing(int)added
rangePreceding(int)added
rangeUnboundedFollowing()added
rangeUnboundedPreceding()added
rank(Collection)added
ratioToReport(Number)added
ratioToReport(Field)added
recordType(Collection)added
recordType(Field)added
recordType(Field[])added
recordType(Field, Field)added
recordType(Field, Field, Field)added
recordType(Field, Field, Field, Field) ... and more overloadsadded
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
toDate(String, String)added
toDate(String, Field)added
toDate(Field, String)added
toDate(Field, Field)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
toTimestamp(String, String)added
toTimestamp(String, Field)added
toTimestamp(Field, String)added
toTimestamp(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
val(boolean)added
val(byte)added
val(byte[])added
val(double)added
val(float)added
val(int)added
val(Boolean)added
val(Byte)added
val(Double)added
val(Float)added
val(Integer)added
val(Long)added
val(Short)added
val(String)added
val(BigDecimal)added
val(BigInteger)added
val(Date)added
val(Time)added
val(Timestamp)added
val(LocalDate)added
val(LocalDateTime)added
val(LocalTime)added
val(OffsetDateTime)added
val(OffsetTime)added
val(UUID)added
val(long)added
val(UByte)added
val(UInteger)added
val(ULong)added
val(UShort)added
val(short)added
value(boolean)added
value(byte)added
value(byte[])added
value(double)added
value(float)added
value(int)added
value(Boolean)added
value(Byte)added
value(Double)added
value(Float)added
value(Integer)added
value(Long)added
value(Short)added
value(String)added
value(BigDecimal)added
value(BigInteger)added
value(Date)added
value(Time)added
value(Timestamp)added
value(LocalDate)added
value(LocalDateTime)added
value(LocalTime)added
value(OffsetDateTime)added
value(OffsetTime)added
value(UUID)added
value(long)added
value(UByte)added
value(UInteger)added
value(ULong)added
value(UShort)added
value(short)added
widthBucket(Field, Number, Number, int)added
widthBucket(Field, Field, Field, Field) ... and more overloadsadded
with(Name)added
with(String, String)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(String, String, String)added
with(Name, Name, Name)added
with(String, String, String, String) ... and more overloadsadded
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, String)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(String, String, String)added
withRecursive(Name, Name, Name)added
withRecursive(String, String, String, String) ... and more overloadsadded
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(ExecutorProvider)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
executorProvider()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(ExecutorProvider)added
set(RecordListener...)added
set(RecordMapper)added
set(RecordUnmapper)added
set(RecordUnmapperProvider)added
set(TransactionListener...)added
set(TransactionListenerProvider...)added
set(VisitListener...)added
setExecutorProvider(ExecutorProvider)added
setRecordUnmapperProvider(RecordUnmapperProvider)added
setTransactionListenerProvider(TransactionListenerProvider...)added
transactionListenerProviders()added
DefaultConnectionProvider
isReadOnly()added
setReadOnly(boolean)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
batch(Queries)added
createIndex(Index)added
createIndexIfNotExists(String)added
createIndexIfNotExists(Index)added
createIndexIfNotExists(Name)added
createSchema(String)added
createSchema(Name)added
createSchema(Schema)added
createSchemaIfNotExists(String)added
createSchemaIfNotExists(Name)added
createSchemaIfNotExists(Schema)added
createSequenceIfNotExists(String)added
createSequenceIfNotExists(Name)added
createSequenceIfNotExists(Sequence)added
createTableIfNotExists(String)added
createTableIfNotExists(Name)added
createTableIfNotExists(Table)added
createUniqueIndex(String)added
createUniqueIndex(Index)added
createUniqueIndex(Name)added
createUniqueIndexIfNotExists(String)added
createUniqueIndexIfNotExists(Index)added
createUniqueIndexIfNotExists(Name)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, String...)added
createViewIfNotExists(String, BiFunction)added
createViewIfNotExists(String, Function)added
createViewIfNotExists(Name, BiFunction)added
createViewIfNotExists(Name, Function)added
createViewIfNotExists(Name, Name...)added
createViewIfNotExists(Table, BiFunction)added
createViewIfNotExists(Table, Function)added
createViewIfNotExists(Table, Field...)added
currval(Name)added
ddl(Catalog)added
ddl(Schema)added
ddl(Table)added
ddl(Catalog, DDLFlag...)added
ddl(Schema, DDLFlag...)added
ddl(Table, 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
fetchAsync(String)added
fetchAsync(ResultSet)added
fetchAsync(ResultQuery)added
fetchAsync(SQL)added
fetchAsync(Table)added
fetchAsync(String, Object...)added
fetchAsync(String, QueryPart...)added
fetchAsync(ResultSet, Class...)added
fetchAsync(ResultSet, DataType...)added
fetchAsync(ResultSet, Field...)added
fetchAsync(Executor, String)added
fetchAsync(Executor, ResultSet)added
fetchAsync(Executor, ResultQuery)added
fetchAsync(Executor, SQL)added
fetchAsync(Executor, Table)added
fetchAsync(Table, Condition)added
fetchAsync(Executor, String, Object...)added
fetchAsync(Executor, String, QueryPart...)added
fetchAsync(Executor, ResultSet, Class...)added
fetchAsync(Executor, ResultSet, DataType...)added
fetchAsync(Executor, ResultSet, Field...)added
fetchAsync(Executor, Table, Condition)added
fetchByExample(TableRecord)added
fetchFromHTML(String)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
transactionAsync(TransactionalRunnable)added
transactionAsync(Executor, TransactionalRunnable)added
transactionResult(ContextTransactionalCallable)added
transactionResultAsync(TransactionalCallable)added
transactionResultAsync(Executor, TransactionalCallable)added
with(Name)added
with(String, String)added
with(String, BiFunction)added
with(String, Function)added
with(Name, Name)added
with(Name, Name...)added
with(String, String, String)added
with(Name, Name, Name)added
with(String, String, String, String) ... and more overloadsadded
with(Name, Name, Name, Name) ... and more overloadsadded
withRecursive(Name)added
withRecursive(String, String)added
withRecursive(String, BiFunction)added
withRecursive(String, Function)added
withRecursive(Name, Name)added
withRecursive(Name, Name...)added
withRecursive(String, String, String)added
withRecursive(Name, Name, Name)added
withRecursive(String, String, String, String) ... and more overloadsadded
withRecursive(Name, Name, Name, Name) ... and more overloadsadded
DefaultDataType
defaultValue()added
defaultValue(Object)added
defaultValue(Field)added
defaulted(boolean)deprecated
getSQLType(Configuration)added
identity()added
identity(boolean)added
isUDT()added
nullability()added
nullability(Nullability)added
DefaultExecutoradded
DefaultExecutorProvideradded
DefaultRecordUnmapperadded
DefaultRecordUnmapperProvideradded
DefaultTransactionListeneradded
DefaultTransactionListenerProvideradded
DelegatingConverteradded
Internaladded
JPAConverteradded
KeywordImpl
bind(BindContext)removed
toSQL(RenderContext)removed
NullIf
as(String)removed
as(Name)added
bind(BindContext)removed
toSQL(RenderContext)removed
PackageImpl
bind(BindContext)removed
getCatalog()added
toSQL(RenderContext)removed
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>(String, Catalog)added
<init>(Name, Catalog)added
bind(BindContext)removed
getCatalog()added
getQualifiedName()added
getUnqualifiedName()added
sequenceStream()added
tableStream()added
toSQL(RenderContext)removed
udtStream()added
SequenceImpl
bind(BindContext)removed
getCatalog()added
toSQL(RenderContext)removed
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
bind(BindContext)removed
getIndexes()added
getSchema()added
partitionBy(Collection)added
partitionBy(Field...)added
rename(String)added
rename(Name)added
toSQL(RenderContext)removed
TableRecordImpl
insert(Collection)added
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
bind(BindContext)removed
fieldStream()added
getCatalog()added
getPackage()added
isSQLUsable()added
isSynthetic()added
toSQL(RenderContext)removed
UDTRecordImpl
with(Field, Object)added
with(Field, Object)added
with(Field, Object, Converter)added
with(Field, Object, Converter)added
UpdatableRecordImpl
refresh(Collection)added
store(Collection)added
update(Collection)added
org.jooq.tools
Convert
convertCollection(Collection, Class)added
JooqLogger
globalThreshold(Log.Level)added
globalThreshold(JooqLogger.Level)added
JooqLogger.Leveladded
LoggerListener
exception(ExecuteContext)added
StopWatch
splitDebug(String, long)added
splitInfo(String, long)added
splitTrace(String, long)added
splitWarn(String)added
splitWarn(String, long)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(ExecutorProvider)added
derive(RecordListener...)added
derive(RecordMapper)added
derive(RecordUnmapper)added
derive(RecordUnmapperProvider)added
derive(TransactionListener...)added
derive(TransactionListenerProvider...)added
derive(VisitListener...)added
dsl()added
executorProvider()added
recordUnmapperProvider()added
set(Clock)added
set(Executor)added
set(ExecuteListener...)added
set(ExecutorProvider)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.oracle
OracleDSL.DBMS_AQ
dequeueAsync(Configuration, Queue)added
dequeueAsync(Executor, Configuration, Queue)added
dequeueAsync(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T)added
dequeueAsync(Executor, Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T)added
dequeueAsync(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T)added
dequeueAsync(Executor, Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T)added
dequeueIterable(Configuration, Queue)added
dequeueIterable(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T)added
dequeueIterable(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T)added
dequeueStream(Configuration, Queue)added
dequeueStream(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T)added
dequeueStream(Configuration, Queue, OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T, OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T)added
org.jooq.util.postgres
PostgresDSL
arrayOverlap(Object[], Object[])added
arrayOverlap(Object[], Field)added
arrayOverlap(Field, Object[])added
arrayOverlap(Field, Field)added
PostgresUtils
toPGArray(String)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