Uses of Interface
org.jooq.ExecuteScope
-
Uses of ExecuteScope 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
A container type forBinding.set(BindingSetSQLOutputContext)
arguments.interface
A container type forBinding.set(BindingSetStatementContext)
arguments.interface
A context type that is used for rendering SQL or for binding.interface
The render context is used for renderingQueryPart
's to SQL.