public interface IParameter
ParameterizedStatement| Modifier and Type | Method and Description |
|---|---|
void |
set(java.sql.PreparedStatement statement,
int index)
Invokes the appropriate setXXX() method on the
PreparedStatement. |
void set(java.sql.PreparedStatement statement, int index) throws java.sql.SQLException
PreparedStatement.java.sql.SQLException