Interface ResultSetProcessor


public interface ResultSetProcessor
Provides a Result Set Processor Interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    An interface method that is used for processing the ResultSet.
  • Method Details

    • processResultSet

      void processResultSet(ResultSet resultSet) throws SQLException
      An interface method that is used for processing the ResultSet.
      Parameters:
      resultSet - result set to process
      Throws:
      SQLException - an exception that is thrown during processing