public class ValueBatchSetter extends Object implements org.springframework.jdbc.core.BatchPreparedStatementSetter
| 构造器和说明 |
|---|
ValueBatchSetter(org.springframework.jdbc.support.lob.LobHandler lobHandler,
List<LinkedList<ValueElement>> batchValueElements) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBatchSize() |
void |
setValues(PreparedStatement ps,
int i) |
public ValueBatchSetter(org.springframework.jdbc.support.lob.LobHandler lobHandler,
List<LinkedList<ValueElement>> batchValueElements)
public void setValues(PreparedStatement ps, int i) throws SQLException
setValues 在接口中 org.springframework.jdbc.core.BatchPreparedStatementSetterSQLExceptionpublic int getBatchSize()
getBatchSize 在接口中 org.springframework.jdbc.core.BatchPreparedStatementSetterCopyright © 2020. All rights reserved.