Designed for use with {@link JdbcTemplate}'s operations that take an array of argument values: Each such argument value may be a SqlParameterValue
, indicating the SQL type (and optionally the scale) instead of letting the template guess a default type. Note that this only applies to the operations with a 'plain' argument array, not to the overloaded variants with an explicit type array.
@author Juergen Hoeller
@since 2.0.5
@see java.sql.Types
@see JdbcTemplate#query(String,Object[],ResultSetExtractor)
@see JdbcTemplate#query(String,Object[],RowCallbackHandler)
@see JdbcTemplate#query(String,Object[],RowMapper)
@see JdbcTemplate#update(String,Object[])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|