class Coopy::RowStream

Public Instance Methods

fetchColumns() click to toggle source
# File lib/lib/coopy/row_stream.rb, line 6
def fetchColumns() puts "Abstract RowStream.fetchColumns called" end
fetchRow() click to toggle source
# File lib/lib/coopy/row_stream.rb, line 7
def fetchRow() puts "Abstract RowStream.fetchRow called" end