- All Superinterfaces:
BindingScope
,ExecuteScope
,Scope
A container type for
Binding.register(BindingRegisterContext)
arguments.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription<T> @NotNull BindingRegisterContext<T>
Create a new context from this one using a converter.int
index()
The bind variable index at which a bind variable should be registered.@NotNull CallableStatement
TheCallableStatement
on which a bind variable should be registered.Methods inherited from interface org.jooq.BindingScope
converterContext
Methods inherited from interface org.jooq.ExecuteScope
converterContext, executeContext
Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
statement
TheCallableStatement
on which a bind variable should be registered. -
index
int index()The bind variable index at which a bind variable should be registered. -
convert
Create a new context from this one using a converter.
-