Interface ReturnReader
-
public interface ReturnReaderHandles reading a single root Return object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectread(ResultSet resultSet, ResultSetProcessingContext context)Essentially performs the second phase of two-phase loading.
-
-
-
Method Detail
-
read
Object read(ResultSet resultSet, ResultSetProcessingContext context) throws 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:
SQLException- Indicates a problem access the JDBC result set
-
-