Uses of Enum Class
org.jooq.conf.AutoAliasExpressions
Packages that use AutoAliasExpressions
-
Uses of AutoAliasExpressions in org.jooq.conf
Fields in org.jooq.conf declared as AutoAliasExpressionsMethods in org.jooq.conf that return AutoAliasExpressionsModifier 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.Methods in org.jooq.conf with parameters of type AutoAliasExpressionsModifier 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.