Package com.openmeet.shared.data.report
Class ReportExtractor
java.lang.Object
com.openmeet.shared.data.report.ReportExtractor
- All Implemented Interfaces:
ResultSetExtractor<Report>
The extractor is used to convert the ResultSet returned by the database query into a Report object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReportExtractor
public ReportExtractor()
-
-
Method Details
-
extract
Returns a Report object from the result set.- Specified by:
extractin interfaceResultSetExtractor<Report>- Parameters:
resultSet- the result set deriving from the query statement.- Returns:
- the Report object contained in the resultSet.
- Throws:
SQLException
-