JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
Apache Cayenne
org.apache.cayenne.access.jdbc.reader
RowReader
Contents
Description
Method Summary
Method Details
readRow(ResultSet)
Hide sidebar
Show sidebar
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
readRow
(
ResultSet
resultSet)
Extracts a DataRow from the ResultSet at its current position.
Method Details
readRow
T
readRow
(
ResultSet
resultSet)
Extracts a DataRow from the ResultSet at its current position.