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 RenderOptionalKeywordSettings. renderOptionalAsKeywordForFieldAliasesprotected RenderOptionalKeywordSettings. renderOptionalAsKeywordForTableAliasesprotected RenderOptionalKeywordSettings. renderOptionalInnerKeywordprotected RenderOptionalKeywordSettings. renderOptionalOuterKeywordMethods in org.jooq.conf that return RenderOptionalKeyword Modifier and Type Method Description static RenderOptionalKeywordRenderOptionalKeyword. fromValue(String v)RenderOptionalKeywordSettings. getRenderOptionalAsKeywordForFieldAliases()Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.RenderOptionalKeywordSettings. getRenderOptionalAsKeywordForTableAliases()Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.RenderOptionalKeywordSettings. getRenderOptionalInnerKeyword()Whether to render the optionalINNERkeyword inINNER JOIN, if it is optional in the output dialect.RenderOptionalKeywordSettings. getRenderOptionalOuterKeyword()Whether to render the optionalOUTERkeyword inOUTER JOIN, if it is optional in the output dialect.static RenderOptionalKeywordRenderOptionalKeyword. 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 voidSettings. setRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword value)Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.voidSettings. setRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword value)Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.voidSettings. setRenderOptionalInnerKeyword(RenderOptionalKeyword value)Whether to render the optionalINNERkeyword inINNER JOIN, if it is optional in the output dialect.voidSettings. setRenderOptionalOuterKeyword(RenderOptionalKeyword value)Whether to render the optionalOUTERkeyword inOUTER JOIN, if it is optional in the output dialect.SettingsSettings. withRenderOptionalAsKeywordForFieldAliases(RenderOptionalKeyword value)Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.SettingsSettings. withRenderOptionalAsKeywordForTableAliases(RenderOptionalKeyword value)Whether to render the optionalASkeyword in table aliases, if it is optional in the output dialect.SettingsSettings. withRenderOptionalInnerKeyword(RenderOptionalKeyword value)Whether to render the optionalINNERkeyword inINNER JOIN, if it is optional in the output dialect.SettingsSettings. withRenderOptionalOuterKeyword(RenderOptionalKeyword value)Whether to render the optionalOUTERkeyword inOUTER JOIN, if it is optional in the output dialect.
-