public class SqlParamValuesBatchStatementSetterImpl extends Object implements org.springframework.jdbc.core.BatchPreparedStatementSetter
开发人员: renhui
开发时间: 2013-11-6
Constructor and Description |
---|
SqlParamValuesBatchStatementSetterImpl(List<org.springframework.jdbc.core.SqlParameterValue[]> params) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
List<org.springframework.jdbc.core.SqlParameterValue[]> |
getParams() |
void |
setParams(List<org.springframework.jdbc.core.SqlParameterValue[]> params) |
void |
setValues(PreparedStatement ps,
int i) |
public SqlParamValuesBatchStatementSetterImpl(List<org.springframework.jdbc.core.SqlParameterValue[]> params)
public List<org.springframework.jdbc.core.SqlParameterValue[]> getParams()
public void setParams(List<org.springframework.jdbc.core.SqlParameterValue[]> params)
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.