Class Redland::HashStore
In: lib/rdf/redland/store.rb
Parent: TripleStore

Store the triples in a hash. Can use memory or bdb

Methods

new   read_store  

Attributes

hash_type  [RW] 

Public Class methods

hash_type either memory or bdb. If it‘s bdb, you must specify a name

[Validate]