Class: Enygma::Adapters::BerkeleyAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/enygma/adapters/berkeley.rb

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#datastore

Instance Method Summary collapse

Instance Method Details

#connect!(datastore) ⇒ Object



8
9
10
# File 'lib/enygma/adapters/berkeley.rb', line 8

def connect!(datastore)
  raise "The BerkeleyDB adapter is current not implemented."
end

#get_attribute(record, attribute) ⇒ Object



16
17
18
# File 'lib/enygma/adapters/berkeley.rb', line 16

def get_attribute(record, attribute)
  raise "The BerkeleyDB adapter is current not implemented."
end

#query(args = {}) ⇒ Object



12
13
14
# File 'lib/enygma/adapters/berkeley.rb', line 12

def query(args = {})
  raise "The BerkeleyDB adapter is current not implemented."        
end