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