A specialized librdf_query_results wrapper for bindings results.
Bindings are returned by SELECT statements and associate result nodes with names for each tuple in the result set. For example, the query
SELECT ?book, ?author WHERE (?book, dc:creator, ?author)<br> USING dc for <http://purl.org/dc/elements/1.1/>"
in RDQL would result in a set of tuples, each containing a value for "author" and "book". This results of iterating over this object are associative arrays of the result names and values. The iterator cannot be rewound.
Located in /QueryResults.php (line 449)
LibRDF_QueryResults | --LibRDF_BindingsQueryResults
Create a new bindings query result object.
Return the current tuple of bindings.
The result is an associative array using the binding names as the indices.
Return the current key.
Advance the iterator.
Rewind the iterator.
Rewinding is not supported, so this function will invalidate the iterator unless it is still in the initial (rewound) position.
Return whether the iterator is still valid.
Inherited From LibRDF_QueryResults
LibRDF_QueryResults::makeQueryResults()
LibRDF_QueryResults::to_string()
LibRDF_QueryResults::__clone()
LibRDF_QueryResults::__destruct()
LibRDF_QueryResults::__toString()
Documentation generated on Thu, 15 Jun 2006 19:25:13 -0400 by phpDocumentor 1.3.0