Class: Coopy::RowStream

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

Instance Method Summary collapse

Instance Method Details

#fetchColumnsObject



6
# File 'lib/lib/coopy/row_stream.rb', line 6

def fetchColumns() puts "Abstract RowStream.fetchColumns called" end

#fetchRowObject



7
# File 'lib/lib/coopy/row_stream.rb', line 7

def fetchRow() puts "Abstract RowStream.fetchRow called" end