public class QueryRunnerRowProcessor extends Object implements org.apache.commons.dbutils.RowProcessor
public Object[] toArray(ResultSet rs) throws SQLException
toArray 在接口中 org.apache.commons.dbutils.RowProcessorSQLExceptionpublic <T> T toBean(ResultSet rs, Class<? extends T> type) throws SQLException
toBean 在接口中 org.apache.commons.dbutils.RowProcessorSQLExceptionpublic <T> List<T> toBeanList(ResultSet rs, Class<? extends T> type) throws SQLException
toBeanList 在接口中 org.apache.commons.dbutils.RowProcessorSQLExceptionpublic Map<String,Object> toMap(ResultSet rs) throws SQLException
toMap 在接口中 org.apache.commons.dbutils.RowProcessorSQLExceptionCopyright © 2020. All rights reserved.