Interface RowReader<T>


  • public interface RowReader<T>
    A strategy class that encapsulates an algorithm for converting a single ResultSet row into a DataRow.
    Since:
    3.0
    • Method Detail

      • readRow

        T readRow​(ResultSet resultSet)
        Extracts a DataRow from the ResultSet at its current position.