public class DelegatingResultSetHandler<E> extends Object implements ResultSetHandler<E>
public DelegatingResultSetHandler(ResultSetHandlerFactory<E> factory)
public E handle(ResultSet resultSet) throws SQLException
handle 在接口中 ResultSetHandler<E>SQLExceptionCopyright © 2021. All rights reserved.