Go to Redland Home - Language Bindings Home - Ruby API Home
Class Redland::HashOpen
In: rdf/redland/store.rb
Parent: TripleStore

Store the triples in a hash using bdb in the current directory

Methods

new  

Public Class methods

[Source]

# File rdf/redland/store.rb, line 101
    def initialize(name)
      @store = Redland::librdf_new_storage $world.world, "hashes",name, "new='no',hash-type='bdb',dir='.'"
    end

Go to Redland Home - Language Bindings Home - Ruby API Home

(C) Copyright 2004-2011 Dave Beckett, (C) Copyright 2004-2005 University of Bristol