- All Superinterfaces:
ResourceManagingScope
,Scope
A container type for
Binding.set(BindingSetStatementContext)
arguments.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription<T> BindingSetStatementContext<T>
Create a new context from this one using a converter.int
index()
The bind variable index at which a bind variable should be bound.ThePreparedStatement
to which a bind variable should be bound.value()
The bind value that is being bound.
-
Method Details
-
statement
PreparedStatement statement()ThePreparedStatement
to which a bind variable should be bound. -
index
int index()The bind variable index at which a bind variable should be bound. -
value
U value()The bind value that is being bound. -
convert
Create a new context from this one using a converter.
-