librdf_storage_add_statements

Name

librdf_storage_add_statements --  Add a stream of statements to the storage

Synopsis

int librdf_storage_add_statements (librdf_storage* storage, librdf_stream* statement_stream);

Arguments

storage

librdf_storage object

statement_stream

librdf_stream of statements

Description

If any of the statements already exists in the store, they are not added unless Redland contexts are being used.

Return value

non 0 on failure