public interface ItemPreparedStatementSetter<T>
RowMapper
.Modifier and Type | Method and Description |
---|---|
void |
setValues(T item,
PreparedStatement ps)
Set parameter values on the given PreparedStatement as determined from
the provided item.
|
void setValues(T item, PreparedStatement ps) throws SQLException
ps
- the PreparedStatement to invoke setter methods onSQLException
- if a SQLException is encountered (i.e. there is no
need to catch SQLException)Copyright © 2014 Pivotal. All rights reserved.