Method: Sequel::IBMDB::Statement#field_precision

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

#field_precision(key) ⇒ Object

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



156
157
158
# File 'lib/sequel/adapters/ibmdb.rb', line 156

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