Method: Arc::DataStores::AbstractDataStore#execute
- Defined in:
- lib/arc/data_stores/abstract/store.rb
#execute(query) ⇒ Object
78 79 80 81 82 |
# File 'lib/arc/data_stores/abstract/store.rb', line 78 def execute query #adapters should override this method to execute a query against the database #the methods should return an array-like object of hash-like objects raise NotImplementedError end |