Uses of Enum Class
org.jooq.conf.TransformUnneededArithmeticExpressions
-
Uses of TransformUnneededArithmeticExpressions in org.jooq.conf
Modifier and TypeMethodDescriptionSettings.getTransformUnneededArithmeticExpressions()
Transform arithmetic expressions on literals and bind variables.static final TransformUnneededArithmeticExpressions
SettingsTools.getTransformUnneededArithmeticExpressions
(Settings settings) Lazy access toSettings.getTransformUnneededArithmeticExpressions()
.Returns the enum constant of this class with the specified name.TransformUnneededArithmeticExpressions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Transform arithmetic expressions on literals and bind variables.Transform arithmetic expressions on literals and bind variables.