librdf_new_storage

Name

librdf_new_storage --  Constructor - create a new librdf_storage object

Synopsis

librdf_storage* librdf_new_storage (librdf_world * world, char * storage_name, char * name, char * options_string);

Arguments

world

redland world object

storage_name

the storage factory name

name

an identifier for the storage

options_string

options to initialise storage

Description

The options are encoded as described in librdf_hash_from_string and can be NULL if none are required.

Return value

a new librdf_storage object or NULL on failure