public class BatchInsertExcutor extends ExcutorBase<Map<String,Object>[],Map<Object,Object>> implements org.springframework.jdbc.core.PreparedStatementCreator, org.springframework.jdbc.core.PreparedStatementCallback<Map<Object,Object>>
jdbcTemplate, para, result, table| 构造器和说明 |
|---|
BatchInsertExcutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreparedStatement |
createPreparedStatement(Connection con) |
Map<Object,Object> |
doInPreparedStatement(PreparedStatement ps) |
void |
execute() |
String |
getTempPkTag() |
void |
setTempPkTag(String tempPkTag) |
clear, formatObject, init, init, listIn, result, setDefaultValuepublic String getTempPkTag()
public void setTempPkTag(String tempPkTag)
public PreparedStatement createPreparedStatement(Connection con) throws SQLException
createPreparedStatement 在接口中 org.springframework.jdbc.core.PreparedStatementCreatorSQLExceptionpublic Map<Object,Object> doInPreparedStatement(PreparedStatement ps) throws SQLException, org.springframework.dao.DataAccessException
doInPreparedStatement 在接口中 org.springframework.jdbc.core.PreparedStatementCallback<Map<Object,Object>>SQLExceptionorg.springframework.dao.DataAccessExceptionCopyright © 2019. All rights reserved.