Uses of Interface
org.jooq.Context
Packages that use Context
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Context in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A context type that is used for rendering SQL or for binding.Modifier and TypeInterfaceDescriptioninterface
The bind context is used for bindingQueryPart
's and their contained values to aPreparedStatement
's bind variables.interface
The render context is used for renderingQueryPart
's to SQL.Modifier and TypeMethodDescription@NotNull Context<?>
VisitContext.context()
The underlyingRenderContext
orBindContext
object.Modifier and TypeMethodDescriptionvoid
Deprecated.Clause[]
TheClause
s that are represented by this query part.boolean
QueryPartInternal.rendersContent(Context<?> ctx)
Deprecated.- CallingQueryPartInternal.rendersContent(Context)
directly on aQueryPart
is almost always a mistake. -
Uses of Context in org.jooq.impl
Methods in org.jooq.impl with parameters of type ContextModifier and TypeMethodDescriptionvoid
void
abstract void
Subclasses must implement this method.abstract void
Subclasses must implement this method.abstract void
Subclasses must implement this method.abstract void
Subclasses must implement this method.void
void
void
void
void
void
void
Clause[]
Clause[]
Clause[]
Clause[]
Clause[]
Clause[]
Clause[]
Clause[]
Clause[]
Method parameters in org.jooq.impl with type arguments of type ContextModifier and TypeMethodDescriptionstatic CustomCondition
Create aCustomCondition
from a lambda expression.static <T> CustomField<T>
Create aCustomField
from a lambda expression.static <T> CustomField<T>
Create aCustomField
from a lambda expression.static CustomQueryPart
Create aCustomQueryPart
from a lambda expression.static CustomStatement
Create aCustomStatement
from a lambda expression.
QueryPartInternal.accept(Context)
directly on aQueryPart
is almost always a mistake.