Interface ReturnReader
-
public interface ReturnReader
Handles reading a single root Return object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
read(java.sql.ResultSet resultSet, ResultSetProcessingContext context)
Essentially performs the second phase of two-phase loading.
-
-
-
Method Detail
-
read
java.lang.Object read(java.sql.ResultSet resultSet, ResultSetProcessingContext context) throws java.sql.SQLException
Essentially performs the second phase of two-phase loading.- Parameters:
resultSet
- The result set being processedcontext
- The context for the processing- Returns:
- The read object
- Throws:
java.sql.SQLException
- Indicates a problem access the JDBC result set
-
-