Gregory Williams > RDF-Query-2.200 > RDF::Query::VariableBindings

Download:
RDF-Query-2.200.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 2.200   Source  

NAME ^

RDF::Query::VariableBindings - Variable bindings

VERSION ^

This document describes RDF::Query::VariableBindings version 2.200, released 6 August 2009.

METHODS ^

new ( \%bindings )
copy_labels_from ( $vb )

Copies the labels from $vb, adding them to the labels for this object.

join ( $row )

Returns a new VariableBindings object based on the join of this object and $row. If the two variable binding objects cannot be joined, returns undef.

variables
project ( @keys )

Returns a new binding with values for only the keys listed.

as_string

Returns a string representation of the variable bindings.

sse ( \%context, $indent )
label ( $label => $value )

Sets the named $label to $value for this variable bindings object. If no $value is given, returns the current label value, or undef if none exists.

AUTHOR ^

 Gregory Todd Williams <gwilliams@cpan.org>