The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ODO::Graph::Storage - Store statements in a particular manner (database, memory, file etc.)

DESCRIPTION

Graph storage abstraction layer.

METHODS

add( $statement | \@statements | @statements )

Add statement(s).

remove( $statement | \@statements | @statements )

Remove statement(s).

issue_query( $query )

Issue a potentially complex query (SPARQL, RDQL, etc.).

issue_simple_query( $simple_query )

Issue a simple pattern match query, see ODO::Query::Simple for information about how to construct a pattern.

COPYRIGHT

Copyright (c) 2006 IBM Corporation.

All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html