public interface Argument
Modifier and Type | Method and Description |
---|---|
void |
apply(int position,
PreparedStatement statement,
StatementContext ctx)
Callback method invoked right before statement execution.
|
void apply(int position, PreparedStatement statement, StatementContext ctx) throws SQLException
position
- the position to which the argument should be bound, using the
stupid JDBC "start at 1" bitstatement
- the prepared statement the argument is to be bound toctx
- SQLException
- if anything goes wrongCopyright © 2018. All rights reserved.