public interface BindingRegisterContext<U> extends Scope
Binding.register(BindingRegisterContext)
arguments.Modifier and Type | Method and Description |
---|---|
<T> BindingRegisterContext<T> |
convert(Converter<T,U> converter)
Create a new context from this one using a converter.
|
int |
index()
The bind variable index at which a bind variable should be registered.
|
CallableStatement |
statement()
The
CallableStatement on which a bind variable should be
registered. |
CallableStatement statement()
CallableStatement
on which a bind variable should be
registered.int index()
<T> BindingRegisterContext<T> convert(Converter<T,U> converter)
Copyright © 2016. All Rights Reserved.