Method: Sequel::IBMDB::Statement#fetch_array

Defined in:
lib/sequel/adapters/ibmdb.rb

#fetch_arrayObject

Return the results of a query as an array of values.

[View source]

141
142
143
# File 'lib/sequel/adapters/ibmdb.rb', line 141

def fetch_array
  IBM_DB.fetch_array(@stmt) if @stmt
end