Method: Informix::SequentialCursor#fetch_all

Defined in:
lib/informix/seqcursor.rb

#fetch_allObject

Returns all the records left as an array of arrays

cursor.fetch_all  => array


98
99
100
# File 'lib/informix/seqcursor.rb', line 98

def fetch_all
  fetch_many0(nil, Array)
end