Method: Sequel::IBMDB::Statement#field_name

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

#field_name(ind) ⇒ Object

Return the field name at the given column in the result set.



146
147
148
# File 'lib/sequel/adapters/ibmdb.rb', line 146

def field_name(ind)
  IBM_DB.field_name(@stmt, ind)
end