Storage-class: A Redland Storage object

Storage-classR Documentation

A Redland Storage object

Description

A Redland Storage object

Slots

librdf_storage

A redland storage object

type

the storage type to create, i.e. "hashes", "mysql", "postgresql", ...

Methods

Storage-initialize: Initialize a Storage object freeStorage: Free memory used by a librdf storage object

See Also

redland: redland package

Examples

world <- new("World")
storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'")

redland documentation built on May 29, 2024, 5:02 a.m.