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

Store the triples in memory

Methods

new  

Public Class methods

[Source]

# File rdf/redland/store.rb, line 41
    def initialize(mem_name="",options_string="")
      super('memory',mem_name,options_string)
    end

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

Copyright 2004-2005 Dave Beckett, Institute for Learning and Research Technology, University of Bristol