Module org.jooq
Package org.jooq

Interface AssociativeArrayRecord<K,V>

Type Parameters:
K - The array key or index type
V - The array value type
All Superinterfaces:
ArrayOrAssociativeArrayRecord<V>, Attachable, Formattable, Map<K,V>, Serializable
All Known Implementing Classes:
AssociativeArrayRecordImpl

@Pro public interface AssociativeArrayRecord<K,V> extends ArrayOrAssociativeArrayRecord<V>, Map<K,V>
A "record" that encapsulates an Oracle-style associative array, additionally providing some convenience methods.
Author:
Lukas Eder
  • Method Details

    • getIndexDataType

      DataType<K> getIndexDataType()
      Get the data type of the array's index type.