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

The boolean result of a SPARQL ASK query. More...

#include <rdf_query.hpp>

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

Public Member Functions

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

Detailed Description

The boolean result of a SPARQL ASK query.

Can be used like the bool datatype.

Member Function Documentation

void mico::rdf::query::BooleanResult::loadFrom ( std::istream &  is)
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/

Implements mico::rdf::query::QueryResult.

void mico::rdf::query::BooleanResult::loadFrom ( const char *  ptr,
size_t  len 
)
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/

Implements mico::rdf::query::QueryResult.


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