Module org.jooq
Package org.jooq.impl

Class ArrayRecordImpl<T>

java.lang.Object
org.jooq.impl.ArrayRecordImpl<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, ArrayOrAssociativeArrayRecord<T>, ArrayRecord<T>, Attachable, Formattable
Direct Known Subclasses:
DefaultBinding.SdoElemInfoArray, DefaultBinding.SdoOrdinateArray

@Internal @Pro public class ArrayRecordImpl<T> extends Object implements ArrayRecord<T>
A common base class for Oracle ARRAY types

This type is for JOOQ INTERNAL USE only. Do not reference directly

Author:
Lukas Eder
See Also: