Uses of Enum Class
org.jooq.LanguageContext
-
Uses of LanguageContext in org.jooq
Modifier 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.Modifier 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.