Uses of Enum Class
org.jooq.LanguageContext
Packages that use LanguageContext
-
Uses of LanguageContext in org.jooq
Methods in org.jooq that return LanguageContextModifier and TypeMethodDescription@NotNull LanguageContext
Context.languageContext()
The current language context.@NotNull LanguageContext
ParseContext.languageContext()
The current language context.static LanguageContext
Returns the enum constant of this class with the specified name.static LanguageContext[]
LanguageContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type LanguageContextModifier and TypeMethodDescriptionContext.languageContext
(LanguageContext languageContext) Set the new language context forContext.languageContext()
Context.languageContext
(LanguageContext languageContext, Consumer<? super C> consumer) Set the new language context forContext.languageContext()
for the scope of aConsumer
.Context.languageContext
(LanguageContext languageContext, QueryPart topLevelForLanguageContext, Consumer<? super C> consumer) Set the new language context forContext.languageContext()
for the scope of aConsumer
.Context.languageContextIf
(LanguageContext languageContext, boolean condition) Set the new language context forContext.languageContext()
, if a condition is true.