Module org.jooq
Package org.jooq.conf

Enum InterpreterNameLookupCaseSensitivity

  • All Implemented Interfaces:
    Serializable, Comparable<InterpreterNameLookupCaseSensitivity>

    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>