Uses of Enum Class
org.jooq.conf.RenderOptionalKeyword
Packages that use RenderOptionalKeyword
-
Uses of RenderOptionalKeyword in org.jooq.conf
Fields in org.jooq.conf declared as RenderOptionalKeywordModifier and TypeFieldDescriptionprotected RenderOptionalKeyword
protected RenderOptionalKeyword
protected RenderOptionalKeyword
protected RenderOptionalKeyword
Settings.renderOptionalInnerKeyword
protected RenderOptionalKeyword
Settings.renderOptionalOuterKeyword
Methods in org.jooq.conf that return RenderOptionalKeywordModifier and TypeMethodDescriptionstatic RenderOptionalKeyword
Settings.getRenderOptionalAsKeywordForFieldAliases()
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings.getRenderOptionalAsKeywordForTableAliases()
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings.getRenderOptionalAssociativityParentheses()
Whether to render optional parentheses to make associativity explicit, e.g.Settings.getRenderOptionalInnerKeyword()
Whether to render the optionalINNER
keyword inINNER JOIN
, if it is optional in the output dialect.Settings.getRenderOptionalOuterKeyword()
Whether to render the optionalOUTER
keyword inOUTER JOIN
, if it is optional in the output dialect.static RenderOptionalKeyword
Returns the enum constant of this class with the specified name.static RenderOptionalKeyword[]
RenderOptionalKeyword.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 RenderOptionalKeywordModifier and TypeMethodDescriptionvoid
Settings.setRenderOptionalAsKeywordForFieldAliases
(RenderOptionalKeyword value) Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.void
Settings.setRenderOptionalAsKeywordForTableAliases
(RenderOptionalKeyword value) Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.void
Settings.setRenderOptionalAssociativityParentheses
(RenderOptionalKeyword value) Whether to render optional parentheses to make associativity explicit, e.g.void
Settings.setRenderOptionalInnerKeyword
(RenderOptionalKeyword value) Whether to render the optionalINNER
keyword inINNER JOIN
, if it is optional in the output dialect.void
Settings.setRenderOptionalOuterKeyword
(RenderOptionalKeyword value) Whether to render the optionalOUTER
keyword inOUTER JOIN
, if it is optional in the output dialect.Settings.withRenderOptionalAsKeywordForFieldAliases
(RenderOptionalKeyword value) Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings.withRenderOptionalAsKeywordForTableAliases
(RenderOptionalKeyword value) Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings.withRenderOptionalAssociativityParentheses
(RenderOptionalKeyword value) Whether to render optional parentheses to make associativity explicit, e.g.Settings.withRenderOptionalInnerKeyword
(RenderOptionalKeyword value) Whether to render the optionalINNER
keyword inINNER JOIN
, if it is optional in the output dialect.Settings.withRenderOptionalOuterKeyword
(RenderOptionalKeyword value) Whether to render the optionalOUTER
keyword inOUTER JOIN
, if it is optional in the output dialect.