Sets the designated parameter to the given integer value.
public void setInt(java.lang.String sCol,
int i)
Parameters
sCol
A string that contains the parameter name.
i
An integer value.
Exceptions
Remarks
This setInt method is specified by the setInt method in the java.sql.CallableStatement interface.