Module org.jooq
Package org.jooq.conf

Enum TransformUnneededArithmeticExpressions

  • All Implemented Interfaces:
    Serializable, Comparable<TransformUnneededArithmeticExpressions>

    public enum TransformUnneededArithmeticExpressions
    extends Enum<TransformUnneededArithmeticExpressions>

    Java class for TransformUnneededArithmeticExpressions.

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

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