Method: Sequel::IBMDB::Statement#field_type

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

#field_type(key) ⇒ Object

Return the field type for the given field name in the result set.



151
152
153
# File 'lib/sequel/adapters/ibmdb.rb', line 151

def field_type(key)
  IBM_DB.field_type(@stmt, key)
end