librdf_storage_mysql_find_statements_with_options

Name

librdf_storage_mysql_find_statements_with_options -- 

Synopsis

librdf_stream* librdf_storage_mysql_find_statements_with_options (librdf_storage* storage, librdf_statement* statement, librdf_node* context_node, librdf_hash* options);

Arguments

storage

the storage

statement

the statement to match

context_node

the context to search

options

librdf_hash of match options or NULL

Description

Return a stream of statements matching the given statement (or all statements if NULL). Parts (subject, predicate, object) of the statement can be empty in which case any statement part will match that.

Return value

a librdf_stream or NULL on failure