Method: Informix::SequentialCursor#fetch
- Defined in:
- lib/informix/seqcursor.rb
#fetch ⇒ Object
Fetches the next record.
Returns the record fetched as an array, or nil if there are no records left.
cursor.fetch => array or nil
42 43 44 |
# File 'lib/informix/seqcursor.rb', line 42 def fetch fetch0(Array, false) end |