Uses of Interface
org.jooq.Scope
-
Packages that use Scope Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of Scope in org.jooq
Subinterfaces of Scope in org.jooq Modifier and Type Interface Description interfaceBindContextThe bind context is used for bindingQueryPart's and their contained values to aPreparedStatement's bind variables.interfaceBindingGetResultSetContext<U>A container type forBinding.get(BindingGetResultSetContext)arguments.interfaceBindingGetSQLInputContext<U>A container type forBinding.get(BindingGetSQLInputContext)arguments.interfaceBindingGetStatementContext<U>A container type forBinding.get(BindingGetStatementContext)arguments.interfaceBindingRegisterContext<U>A container type forBinding.register(BindingRegisterContext)arguments.interfaceBindingSetSQLOutputContext<U>A container type forBinding.set(BindingSetSQLOutputContext)arguments.interfaceBindingSetStatementContext<U>A container type forBinding.set(BindingSetStatementContext)arguments.interfaceBindingSQLContext<U>A container type forBinding.sql(BindingSQLContext)arguments.interfaceContext<C extends Context<C>>A context type that is used for rendering SQL or for binding.interfaceDSLContextA contextual DSL providing "attached" implementations to theorg.jooqinterfaces.interfaceExecuteContextA context object forQueryexecution passed to registeredExecuteListener's.interfaceRecordContextA context object forRecordmanipulation passed to registeredRecordListener's.interfaceRenderContextThe render context is used for renderingQueryPart's to SQL.interfaceResourceManagingScopeA scope that can manage resources.interfaceTransactionContextA context object that is used to pass arguments to the various methods ofTransactionProvider.interfaceVisitContextA context object forQueryParttraversal passed to registeredVisitListener's. -
Uses of Scope in org.jooq.impl
Classes in org.jooq.impl that implement Scope Modifier and Type Class Description classDefaultDSLContextA default implementation forDSLContext.
-