This package contains jOOQ's public API.
-
static final <T1,
R> @NotNull Function1<T1,R>
A function that short circuits the argument function returning null
if all arguments are null
.
static final <T1,
R> @NotNull Function1<T1,R>
A function that short circuits the argument function returning null
if any argument is null
.
A convenience method to define a local
Record1
to custom type
RecordMapper
that can be used when projecting
Row
types in
SELECT
or
RETURNING
clauses.
A convenience method to define a local
Record1
to custom type
RecordMapper
that can be used when projecting
Row
types
in
SELECT
or
RETURNING
clauses.
static final <T1,
R> @NotNull Function1<T1,R>
A function that short circuits the argument function returning null
if all arguments are null
.
static final <T1,
R> @NotNull Function1<T1,R>
A function that short circuits the argument function returning null
if any argument is null
.