Uses of Class
org.jooq.conf.RenderOptionalKeyword
-
Packages that use RenderOptionalKeyword Package Description org.jooq.conf -
-
Uses of RenderOptionalKeyword in org.jooq.conf
Fields in org.jooq.conf declared as RenderOptionalKeyword Modifier and Type Field Description protected RenderOptionalKeyword
Settings. renderOptionalAsKeywordForFieldAliases
protected RenderOptionalKeyword
Settings. renderOptionalAsKeywordForTableAliases
protected RenderOptionalKeyword
Settings. renderOptionalInnerKeyword
protected RenderOptionalKeyword
Settings. renderOptionalOuterKeyword
Methods in org.jooq.conf that return RenderOptionalKeyword Modifier and Type Method Description static RenderOptionalKeyword
RenderOptionalKeyword. fromValue(String v)
RenderOptionalKeyword
Settings. getRenderOptionalAsKeywordForFieldAliases()
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.RenderOptionalKeyword
Settings. getRenderOptionalAsKeywordForTableAliases()
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.RenderOptionalKeyword
Settings. getRenderOptionalInnerKeyword()
Whether to render the optionalINNER
keyword inINNER JOIN
, if it is optional in the output dialect.RenderOptionalKeyword
Settings. getRenderOptionalOuterKeyword()
Whether to render the optionalOUTER
keyword inOUTER JOIN
, if it is optional in the output dialect.static RenderOptionalKeyword
RenderOptionalKeyword. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderOptionalKeyword[]
RenderOptionalKeyword. 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 RenderOptionalKeyword Modifier and Type Method Description void
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. 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
Settings. withRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword value)
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings
Settings. withRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword value)
Whether to render the optionalAS
keyword in table aliases, if it is optional in the output dialect.Settings
Settings. withRenderOptionalInnerKeyword(RenderOptionalKeyword value)
Whether to render the optionalINNER
keyword inINNER JOIN
, if it is optional in the output dialect.Settings
Settings. withRenderOptionalOuterKeyword(RenderOptionalKeyword value)
Whether to render the optionalOUTER
keyword inOUTER JOIN
, if it is optional in the output dialect.
-