Interface ResultReader<E extends Exception>

Type Parameters:
E - type of Business-Exceptions, the readResult(ResultSet)-method may throw

public interface ResultReader<E extends Exception>

A ResultReader reads the results of a ResultSet during an DataSource.executeQuery(String, ResultReader)-operation.

Author:
agz