Module org.jooq
Package org.jooq.conf

Enum Class NestedCollectionEmulation

java.lang.Object
java.lang.Enum<NestedCollectionEmulation>
org.jooq.conf.NestedCollectionEmulation
All Implemented Interfaces:
Serializable, Comparable<NestedCollectionEmulation>, Constable

public enum NestedCollectionEmulation extends Enum<NestedCollectionEmulation>

Java class for NestedCollectionEmulation.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="NestedCollectionEmulation">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="NATIVE"/>
     <enumeration value="DEFAULT"/>
     <enumeration value="XML"/>
     <enumeration value="JSON"/>
     <enumeration value="JSONB"/>
   </restriction>
 </simpleType>