Method: Informix::SequentialCursor#fetch_hash
- Defined in:
- lib/informix/seqcursor.rb
#fetch_hash ⇒ Object
Fetches the next record.
Returns the record fetched as a hash, or nil if there are no records left.
cursor.fetch_hash => hash or nil
63 64 65 |
# File 'lib/informix/seqcursor.rb', line 63 def fetch_hash fetch0(Hash, false) end |