PreparedStatement.setObject(int, Object). For each tag invocation, the integral index passed logically to setObject() must begin with 1 and must be incremented by 1 for each subsequent invocation of addSQLParameter(). The Object logically passed to setObject() must be the unmodified object received in the value argument.
@param value the PreparedStatement parameter value
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |