public class InsertPreparedStatementSetter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<ColumnPayload> |
changes |
protected JDBCValueMappings |
jdbcValueMapper |
| Constructor and Description |
|---|
InsertPreparedStatementSetter(Set<ColumnPayload> changes) |
| Modifier and Type | Method and Description |
|---|---|
void |
setValues(PreparedStatement ps) |
protected void |
setValues(PreparedStatement ps,
Set<ColumnPayload> changes) |
String |
toString() |
protected final JDBCValueMappings jdbcValueMapper
protected final Set<ColumnPayload> changes
public InsertPreparedStatementSetter(Set<ColumnPayload> changes)
public void setValues(PreparedStatement ps) throws SQLException
SQLExceptionprotected void setValues(PreparedStatement ps, Set<ColumnPayload> changes) throws SQLException
SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.