MICO Platform
 All Classes Namespaces Functions Variables Friends
Public Member Functions | List of all members
mico::rdf::query::QueryResult Class Referenceabstract

Abstract base class for query results. More...

#include <rdf_query.hpp>

Inheritance diagram for mico::rdf::query::QueryResult:
mico::rdf::query::BooleanResult mico::rdf::query::TupleResult

Public Member Functions

virtual void loadFrom (std::istream &is)=0
 Load query result data represented in the XML SPARQL protocol syntax into the query result given as argument. More...
 
virtual void loadFrom (const char *ptr, size_t len)=0
 Load query result data represented in the XML SPARQL protocol syntax into the query result given as argument. More...
 

Detailed Description

Abstract base class for query results.

Defines methods for loading and parsing query results from different sorts of input.

Member Function Documentation

virtual void mico::rdf::query::QueryResult::loadFrom ( std::istream &  is)
pure virtual

Load query result data represented in the XML SPARQL protocol syntax into the query result given as argument.

http://www.w3.org/TR/rdf-sparql-XMLres/

Implemented in mico::rdf::query::TupleResult, and mico::rdf::query::BooleanResult.

virtual void mico::rdf::query::QueryResult::loadFrom ( const char *  ptr,
size_t  len 
)
pure virtual

Load query result data represented in the XML SPARQL protocol syntax into the query result given as argument.

http://www.w3.org/TR/rdf-sparql-XMLres/

Implemented in mico::rdf::query::TupleResult, and mico::rdf::query::BooleanResult.


The documentation for this class was generated from the following file: