Method: Informix::SequentialCursor#fetch_hash_all

Defined in:
lib/informix/seqcursor.rb

#fetch_hash_allObject

Returns all the records left as an array of hashes

cursor.fetch_hash_all  => array


105
106
107
# File 'lib/informix/seqcursor.rb', line 105

def fetch_hash_all
  fetch_many0(nil, Hash)
end