Class: DbInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/interface/interface.rb

Direct Known Subclasses

MySql

Instance Method Summary collapse

Instance Method Details

#data(table) ⇒ Object



6
7
8
# File 'lib/interface/interface.rb', line 6

def data(table)
  raise "Return Avro JSON data for #{table}"
end

#schema(table) ⇒ Object



2
3
4
# File 'lib/interface/interface.rb', line 2

def schema(table)
  raise "Return Avro JSON schema for #{table}"
end