Uses of Interface
org.jooq.ArrayRecord
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ArrayRecord in org.jooq
Modifier and TypeMethodDescription<A extends ArrayRecord<?>>
@NotNull DataType<A>DataType.asArrayDataType(Class<A> arrayDataType)
Retrieve the data type for an Oracle-style ARRAY of this data type. -
Uses of ArrayRecord in org.jooq.impl
Modifier and TypeClassDescriptionclass
A common base class for Oracle ARRAY typesModifier and TypeMethodDescriptionstatic <T, A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>Get thecollect()
aggregate function.static <T, A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>Get thecollect()
aggregate function.static <T, A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>DSL.collectDistinct(Field<T> field, Class<A> type)
Get thecollect()
aggregate function.static <T, A extends ArrayRecord<T>>
@NotNull ArrayAggOrderByStep<A>DSL.collectDistinct(Field<T> field, DataType<A> type)
Get thecollect()
aggregate function.Modifier and TypeMethodDescriptionstatic @NotNull Table<?>
DSL.table(ArrayRecord<?> array)
A synonym forDSL.unnest(ArrayRecord)
.static @NotNull Table<?>
DSL.unnest(ArrayRecord<?> array)
Create a table from an array of values.