Class | Redland::QueryResult |
In: | rdf/redland/query.rb |
Parent: | Object |
Get binding name for the current result
# File rdf/redland/query.rb, line 52 def binding_name(index) return Redland.librdf_query_results_get_binding_name(@query_results,index) end
Get one binding value for the current result
# File rdf/redland/query.rb, line 57 def binding_value(index) node = Redland.librdf_query_results_get_binding_value(@query_results,index) return Redland::Node.new_from_object(node) end
Copyright 2004-2005 Dave Beckett, Institute for Learning and Research Technology, University of Bristol