Methods

Redland::HashOpen

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

Public Class Methods

new(name) click to toggle 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-2013 Dave Beckett, (C) Copyright 2004-2005 University of Bristol