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 Summary
- 
Method Details- 
readRowExtracts a DataRow from the ResultSet at its current position.
 
-