Uses of Enum Class
org.jooq.conf.AutoAliasExpressions
-
Uses of AutoAliasExpressions in org.jooq.conf
Modifier and TypeMethodDescriptionstatic AutoAliasExpressions
Settings.getRenderAutoAliasedDerivedTableExpressions()
Whether to auto-alias expressions in derived tables.static AutoAliasExpressions
Returns the enum constant of this class with the specified name.static AutoAliasExpressions[]
AutoAliasExpressions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setRenderAutoAliasedDerivedTableExpressions
(AutoAliasExpressions value) Whether to auto-alias expressions in derived tables.Settings.withRenderAutoAliasedDerivedTableExpressions
(AutoAliasExpressions value) Whether to auto-alias expressions in derived tables.