Package com.avoka.core.sql
Interface ResultSetProcessor
public interface ResultSetProcessor
Provides a Result Set Processor Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processResultSet
(ResultSet resultSet) An interface method that is used for processing the ResultSet.
-
Method Details
-
processResultSet
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
-