debian man page for rdf::trine::iterator::boolean

Query: rdf::trine::iterator::boolean

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RDF::Trine::Iterator::Boolean(3pm)			User Contributed Perl Documentation			RDF::Trine::Iterator::Boolean(3pm)

NAME
RDF::Trine::Iterator::Boolean - Iterator class for boolean query results
VERSION
This document describes RDF::Trine::Iterator::Boolean version 1.000
SYNOPSIS
use RDF::Trine::Iterator::Boolean; my $iterator = RDF::Trine::Iterator::Boolean->new( [1] ); my $bool = $iterator->get_boolean; if ($bool) { print "Yes. "; }
METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Trine::Iterator class. "new ( @results, %args )" "new ( &results, %args )" Returns a new SPARQL Result interator object. Results must be either an reference to an array containing results or a CODE reference that acts as an iterator, returning successive items when called, and returning undef when the iterator is exhausted. $type should be one of: bindings, boolean, graph. "is_boolean" Returns true if the underlying result is a boolean value. "as_string ( $max_size [, $count] )" Returns a string serialization of the stream data. "as_xml ( $max_size )" Returns an XML serialization of the stream data. "print_xml ( $fh, $max_size )" Prints an XML serialization of the stream data to the filehandle $fh. "as_json ( $max_size )" Returns a JSON serialization of the stream data. "construct_args" Returns the arguments necessary to pass to the stream constructor _new to re-create this stream (assuming the same closure as the first
DEPENDENCIES
JSON Scalar::Util
BUGS
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>.
AUTHOR
Gregory Todd Williams "<gwilliams@cpan.org>"
COPYRIGHT
Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-29 RDF::Trine::Iterator::Boolean(3pm)
Related Man Pages
rdf::trine::iterator::bindings(3pm) - debian
rdf::trine::iterator::boolean(3pm) - debian
rdf::trine::iterator::graph(3pm) - debian
rdf::trine::serializer::turtle(3pm) - debian
rdf::trine::store::sparql(3pm) - debian
Similar Topics in the Unix Linux Community
Triplify 0.2 (Default branch)
Triplify 0.3 (Default branch)
RDFParser 2.0.1 (Default branch)