PreparedStatementHelper |
PreparedStatementHelper.setBinaryStream(java.io.InputStream value) |
Set the (possibly null) InputStream value at the current position
and increment the position by 1
|
PreparedStatementHelper |
PreparedStatementHelper.setInt(java.lang.Integer value) |
Set the (possibly null) int value at the current position
and increment the position by 1
|
PreparedStatementHelper |
PreparedStatementHelper.setLong(java.lang.Long value) |
Set the (possibly null) long value at the current position
and increment the position by 1
|
PreparedStatementHelper |
PreparedStatementHelper.setShort(java.lang.Short value) |
Set the (possibly null) long value at the current position
and increment the position by 1
|
PreparedStatementHelper |
PreparedStatementHelper.setString(java.lang.String value) |
Set the (possibly null) String value at the current position
and increment the position by 1
|
PreparedStatementHelper |
PreparedStatementHelper.setTimestamp(java.sql.Timestamp value) |
Set the (possibly null) int value at the current position
and increment the position by 1
|