Module org.jooq
Package org.jooq

Interface ArrayRecord<E>

Type Parameters:
E - The array element type
All Superinterfaces:
ArrayOrAssociativeArrayRecord<E>, Attachable, Collection<E>, Formattable, Iterable<E>, List<E>, Serializable
All Known Implementing Classes:
ArrayRecordImpl, DefaultBinding.SdoElemInfoArray, DefaultBinding.SdoOrdinateArray

@Pro public interface ArrayRecord<E> extends ArrayOrAssociativeArrayRecord<E>, List<E>
A "record" that encapsulates an Oracle-style ARRAY (or VARRAY), additionally providing some convenience methods.
Author:
Lukas Eder