Module org.jooq
Package org.jooq.conf

Enum Class InterpreterNameLookupCaseSensitivity

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

public enum InterpreterNameLookupCaseSensitivity extends Enum<InterpreterNameLookupCaseSensitivity>

Java class for InterpreterNameLookupCaseSensitivity.

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

 <simpleType name="InterpreterNameLookupCaseSensitivity">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DEFAULT"/>
     <enumeration value="ALWAYS"/>
     <enumeration value="WHEN_QUOTED"/>
     <enumeration value="NEVER"/>
   </restriction>
 </simpleType>