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