Class BanExtractor

java.lang.Object
com.openmeet.shared.data.ban.BanExtractor
All Implemented Interfaces:
ResultSetExtractor<Ban>

public class BanExtractor extends Object implements ResultSetExtractor<Ban>
The extractor is used to convert the ResultSet returned by the database query into a Ban object.
See Also:
  • Constructor Details

    • BanExtractor

      public BanExtractor()
  • Method Details

    • extract

      public Ban extract(ResultSet resultSet) throws SQLException
      Returns a Ban object from the result set.
      Specified by:
      extract in interface ResultSetExtractor<Ban>
      Parameters:
      resultSet - the result set deriving from the query statement.
      Returns:
      the Ban object contained in the resultSet.
      Throws:
      SQLException