Uses of Interface
org.jooq.ArrayRecord
Packages that use ArrayRecord
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ArrayRecord in org.jooq
Methods in org.jooq with type parameters of type ArrayRecordModifier 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
Classes in org.jooq.impl that implement ArrayRecordModifier and TypeClassDescriptionclassA common base class for Oracle ARRAY typesMethods in org.jooq.impl with type parameters of type ArrayRecordModifier 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.Methods in org.jooq.impl with parameters of type ArrayRecordModifier 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.