ps - the PreparedStatement to invoke setter methods on
Throws:
java.sql.SQLException - if a SQLException is encountered
(i.e. there is no need to catch SQLException)
doSetValue
protected void doSetValue(java.sql.PreparedStatement ps,
int parameterPosition,
int argType,
java.lang.Object argValue)
throws java.sql.SQLException
Set the value for the prepared statement's specified parameter position using the passed in
value and type. This method can be overridden by sub-classes if needed.
Parameters:
ps - the PreparedStatement
parameterPosition - index of the parameter position
argType - the argument type
argValue - the argument value
Throws:
java.sql.SQLException - if thrown by PreparedStatement methods