Interface ResultSetProcessor


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

      • 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