public interface I_CmsPreparedStatementParameter
| Modifier and Type | Method and Description |
|---|---|
void |
insertIntoStatement(java.sql.PreparedStatement stmt,
int index)
Implementations of this interface should set the index-th parameter of the prepared statement.
|
void insertIntoStatement(java.sql.PreparedStatement stmt, int index) throws java.sql.SQLException
stmt - the prepared statement in which to set the value of a bind variableindex - the index of a bind variablejava.sql.SQLException - if something goes wrong