Uses of Interface
org.jooq.Scope
-
Packages that use Scope Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of Scope in org.jooq
Subinterfaces of Scope in org.jooq Modifier and Type Interface Description interface
BindContext
The bind context is used for bindingQueryPart
's and their contained values to aPreparedStatement
's bind variables.interface
BindingGetResultSetContext<U>
A container type forBinding.get(BindingGetResultSetContext)
arguments.interface
BindingGetSQLInputContext<U>
A container type forBinding.get(BindingGetSQLInputContext)
arguments.interface
BindingGetStatementContext<U>
A container type forBinding.get(BindingGetStatementContext)
arguments.interface
BindingRegisterContext<U>
A container type forBinding.register(BindingRegisterContext)
arguments.interface
BindingSetSQLOutputContext<U>
A container type forBinding.set(BindingSetSQLOutputContext)
arguments.interface
BindingSetStatementContext<U>
A container type forBinding.set(BindingSetStatementContext)
arguments.interface
BindingSQLContext<U>
A container type forBinding.sql(BindingSQLContext)
arguments.interface
Context<C extends Context<C>>
A context type that is used for rendering SQL or for binding.interface
DSLContext
A contextual DSL providing "attached" implementations to theorg.jooq
interfaces.interface
ExecuteContext
A context object forQuery
execution passed to registeredExecuteListener
's.interface
Meta
A wrapping object forDatabaseMetaData
or for other sources of database meta information (e.g.interface
Migration
An executable migration between twoVersion
instances.interface
MigrationContext
The context in which aMigration
is executed.interface
RecordContext
A context object forRecord
manipulation passed to registeredRecordListener
's.interface
RenderContext
The render context is used for renderingQueryPart
's to SQL.interface
ResourceManagingScope
A scope that can manage resources.interface
TransactionContext
A context object that is used to pass arguments to the various methods ofTransactionProvider
.interface
VisitContext
A context object forQueryPart
traversal passed to registeredVisitListener
's. -
Uses of Scope in org.jooq.impl
Classes in org.jooq.impl that implement Scope Modifier and Type Class Description class
DefaultDSLContext
A default implementation forDSLContext
.
-