Uses of Interface
org.jooq.AssociativeArrayRecord
Packages that use AssociativeArrayRecord
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
- 
Uses of AssociativeArrayRecord in org.jooqMethods in org.jooq with type parameters of type AssociativeArrayRecordModifier and TypeMethodDescription<A extends AssociativeArrayRecord<?,?>> 
 @NotNull DataType<A> DataType.asAssociativeArrayDataType(Class<A> arrayDataType) Retrieve the data type for an Oracle-style associative array of this data type.
- 
Uses of AssociativeArrayRecord in org.jooq.implClasses in org.jooq.impl that implement AssociativeArrayRecordModifier and TypeClassDescriptionclassA common base class for Oracle associative array types