Converts the database results into the output format and returns the result.
-
array
$arVartable: Variable table
-
Query
$query: SPARQL query object
-
SparqlEngine
$engine: Sparql Engine to query the database
Implementation of:
- SparqlEngine_ResultRenderer::convertFromResult()
- Converts the database results into the desired output format and returns the result.
void
createTableFromRecords
( $arVartable)
Creates an RDF object object contained in the given $dbRecordSet object.
string
createValue
( $value, ADORecordSet $dbRecordSet, string $strVarBase)
-
ADORecordSet
$dbRecordSet: Record set returned from ADOConnection::Execute()
-
string
$strVarBase: Prefix of the columns the recordset fields have.
-
$value
void
getHtmlBlank
( $value)
void
getHtmlLiteral
( $value, $language, $datatype)
-
$value
-
$language
-
$datatype
void
getHtmlResource
( $value)
void
wrapCode
( $strCode)