Module org.jooq
Package org.jooq.impl

Class AssociativeArrayRecordImpl<K,V>

java.lang.Object
org.jooq.impl.AssociativeArrayRecordImpl<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>, AssociativeArrayRecord<K,V>, Attachable, Formattable

@Internal @Pro public class AssociativeArrayRecordImpl<K,V> extends Object implements AssociativeArrayRecord<K,V>
A common base class for Oracle associative array types

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

Author:
Lukas Eder
See Also: