| RDF-Query documentation | view source | Contained in the RDF-Query distribution. |
RDF::Query::Algebra::Update - Algebra class for UPDATE operations
This document describes RDF::Query::Algebra::Update version 2.907.
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class.
new ( $delete_template, $insert_template, $pattern [, \%dataset] )Returns a new UPDATE structure.
construct_argsReturns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.
sseReturns the SSE string for this algebra expression.
as_sparqlReturns the SPARQL string for this algebra expression.
referenced_blanksReturns a list of the blank node names used in this algebra expression.
referenced_variablesdelete_templateinsert_templatepatterndatasetGregory Todd Williams <gwilliams@cpan.org>
| RDF-Query documentation | view source | Contained in the RDF-Query distribution. |