Interface SparqlEngineDb_ResultRenderer

Description

Result renderer interface that any result renderer needs to implement.

A result renderer converts the raw database results into a

  • for the user - usable result format, e.g. php arrays, xml, json and
so on.

Located in /sparql/SparqlEngineDb/ResultRenderer.php (line 13)


	
			
Method Summary
mixed convertFromDbResults (array $arRecordSets, Query $query, SparqlEngineDb $engine)
Methods
convertFromDbResults (line 24)

Converts the database results into the desired output format and returns the result.

  • return: The result as rendered by the result renderers.
  • access: public
mixed convertFromDbResults (array $arRecordSets, Query $query, SparqlEngineDb $engine)
  • array $arRecordSets: Array of (possibly several) SQL query results.
  • Query $query: SPARQL query object
  • SparqlEngineDb $engine: Sparql Engine to query the database

Documentation generated on Fri, 1 Jun 2007 16:51:41 +0200 by phpDocumentor 1.3.2