Uses of Class
org.jooq.conf.TransformUnneededArithmeticExpressions
-
Packages that use TransformUnneededArithmeticExpressions Package Description org.jooq.conf -
-
Uses of TransformUnneededArithmeticExpressions in org.jooq.conf
Fields in org.jooq.conf declared as TransformUnneededArithmeticExpressions Modifier and Type Field Description protected TransformUnneededArithmeticExpressionsSettings. transformUnneededArithmeticExpressionsMethods in org.jooq.conf that return TransformUnneededArithmeticExpressions Modifier and Type Method Description static TransformUnneededArithmeticExpressionsTransformUnneededArithmeticExpressions. fromValue(String v)TransformUnneededArithmeticExpressionsSettings. getTransformUnneededArithmeticExpressions()Transform arithmetic expressions on literals and bind variables.static TransformUnneededArithmeticExpressionsSettingsTools. getTransformUnneededArithmeticExpressions(Settings settings)Lazy access toSettings.getTransformUnneededArithmeticExpressions().static TransformUnneededArithmeticExpressionsTransformUnneededArithmeticExpressions. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformUnneededArithmeticExpressions[]TransformUnneededArithmeticExpressions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type TransformUnneededArithmeticExpressions Modifier and Type Method Description voidSettings. setTransformUnneededArithmeticExpressions(TransformUnneededArithmeticExpressions value)Transform arithmetic expressions on literals and bind variables.SettingsSettings. withTransformUnneededArithmeticExpressions(TransformUnneededArithmeticExpressions value)Transform arithmetic expressions on literals and bind variables.
-