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