Uses of Interface
org.jooq.Scope
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Scope in org.jooq
Modifier and TypeInterfaceDescriptioninterface
The bind context is used for bindingQueryPart
's and their contained values to aPreparedStatement
's bind variables.interface
A container type forBinding.get(BindingGetResultSetContext)
arguments.interface
A container type forBinding.get(BindingGetSQLInputContext)
arguments.interface
A container type forBinding.get(BindingGetStatementContext)
arguments.interface
A container type forBinding.register(BindingRegisterContext)
arguments.interface
interface
A container type forBinding.set(BindingSetSQLOutputContext)
arguments.interface
A container type forBinding.set(BindingSetStatementContext)
arguments.interface
A container type forBinding.sql(BindingSQLContext)
arguments.interface
The parameter object passed to theCacheProvider.provide(CacheContext)
method.interface
A resourcefulDSLContext
that should be closed in a try-with-resources statement.interface
A context type that is used for rendering SQL or for binding.interface
AScope
that models the life cycle of a data type conversion call toConverter.from(Object)
orConverter.to(Object)
.interface
A parameter object that is passed toDiagnosticsListener
methods.interface
A contextual DSL providing "attached" implementations to theorg.jooq
interfaces.interface
A context object forQuery
execution passed to registeredExecuteListener
's.interface
AScope
that knows itsExecuteContext
.interface
GeneratorContext<R extends Record,
X extends Table<R>, T> AGeneratorContext
is an argument object that is passed to aGenerator
when generating client side computed columns.interface
A wrapping object forDatabaseMetaData
or for other sources of database meta information (e.g.interface
An executable migration between twoCommit
instances.interface
The context in which aMigration
is executed.interface
A publicly available API for the internal parse context that allows for parsing SQL fragements.interface
A context object forRecord
manipulation passed to registeredRecordListener
's.interface
The render context is used for renderingQueryPart
's to SQL.interface
A scope that can manage resources.interface
A context object that is used to pass arguments to the various methods ofTransactionProvider
.interface
A context object forQueryPart
traversal passed to registeredVisitListener
's. -
Uses of Scope in org.jooq.impl
Modifier and TypeClassDescriptionclass
An extension ofDefaultDSLContext
that implements also theCloseableDSLContext
contract.class
A default implementation forDSLContext
.