public class BatchPreparedStatementSetterImpl extends Object implements org.springframework.jdbc.core.BatchPreparedStatementSetter
Constructor and Description |
---|
BatchPreparedStatementSetterImpl(List<List<Object>> params,
int[] columnTypes) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
List<List<Object>> |
getParams() |
void |
setParams(List<List<Object>> params) |
void |
setValues(PreparedStatement ps,
int i) |
public void setValues(PreparedStatement ps, int i) throws SQLException
setValues
in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
SQLException
public int getBatchSize()
getBatchSize
in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Copyright © 2006–2018 TinyGroup. All rights reserved.