Interface ReturnReader


  • public interface ReturnReader
    Handles reading a single root Return object
    • 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 processed
        context - The context for the processing
        Returns:
        The read object
        Throws:
        SQLException - Indicates a problem access the JDBC result set