- All Superinterfaces:
- BindingScope,- ExecuteScope,- Scope
A container type for 
Binding.register(BindingRegisterContext)
 arguments.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription<T> @NotNull BindingRegisterContext<T>Create a new context from this one using a converter.intindex()The bind variable index at which a bind variable should be registered.@NotNull CallableStatementTheCallableStatementon which a bind variable should be registered.Methods inherited from interface org.jooq.BindingScopeconverterContextMethods inherited from interface org.jooq.ExecuteScopeconverterContext, executeContextMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
statementTheCallableStatementon which a bind variable should be registered.
- 
indexint index()The bind variable index at which a bind variable should be registered.
- 
convertCreate a new context from this one using a converter.
 
-