FreeBSD Manual Pages
RDF::Core::Enumerator:UserFContributed Perl DRDF::Core::Enumerator::DB_File(3) NAME RDF::Core::Enumerator::DB_File - Enumerator that can be used with DB_File storage. DESCRIPTION Enumerator is a set of statements retrieved from a model. When DB_File enumerator is created, it references statements in it's storage rather then making in-memory copy of all data, so it's vulnerable to adding / removing statements. Interface o new(\%data, \@stmtArray) %data is a hash tied to RDF::Core::Storage::DB_File data and @stmtArray is an array of statements indexes in %data. The rest of the interface is described in RDF::Core::Enumerator. LICENSE This package is subject to the MPL (or the GPL alternatively). AUTHOR Ginger Alliance, rdf@gingerall.cz SEE ALSO RDF::Core::Enumerator, RDF::Core::Model, RDF::Core::Storage perl v5.32.1 2004-08-11 RDF::Core::Enumerator::DB_File(3)
NAME | DESCRIPTION | LICENSE | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=RDF::Core::Enumerator::DB_File&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>