Class: Hyphy::AbstractORMAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/hyphy/orm_adapters/abstract_orm_adapter.rb

Direct Known Subclasses

ActiveRecordAdapter

Class Method Summary collapse

Class Method Details

.subscribe_to_sql_notifications(callback) ⇒ Object



3
# File 'lib/hyphy/orm_adapters/abstract_orm_adapter.rb', line 3

def self.subscribe_to_sql_notifications(callback); end

.time_statement(statement) ⇒ Object



7
# File 'lib/hyphy/orm_adapters/abstract_orm_adapter.rb', line 7

def self.time_statement(statement); end

.unsubscribe_to_sql_notifications(subscriber) ⇒ Object



5
# File 'lib/hyphy/orm_adapters/abstract_orm_adapter.rb', line 5

def self.unsubscribe_to_sql_notifications(subscriber); end