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