INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- ...
-- put value 'v' to this field
-- set Null value for this field
-- define field's type
-- returns field's value
-- size of data in bytes
-- redefined from ANY
-- name of the column
-- Eiffel type code
-- table's name
-- table's qualifier
-- table's owner
-- value's precision
-- value's scale
-- SQL type code (from ODBC_CONSTANTS)
-- Null value acceptance; see also 'is_required'
-- parameter type
-- put BOOLEAN value
-- put CHARACTER value
-- put INTEGER value
-- put REAL value
-- put DOUBLE value
-- put STRING value
-- put DATE value
-- put TIME value
-- put DATETIME value
-- put BLOB value
-- converts this item value to BOOLEAN
-- converts this item value to CHARACTER
-- converts this item value to INTEGER
-- converts this item value to REAL
-- converts this item value to DOUBLE
-- converts this item value to STRING
-- converts this item value to DATE
-- converts this item value to TIME
-- converts this item value to DATETIME
-- similar to to_datetime, but never delivers a void result
-- converts this item value to BLOB
-- ...
-- ...
-- ...
-- ...
-- increments the contents of the INTEGER field by the
-- specified value
-- increments the contents of the REAL field by the
-- specified value
-- increments the contents of the REAL field by the
-- specified value
-- decrements the contents of the INTEGER field by the
-- specified value
-- decrements the contents of the REAL field by the
-- specified value
-- increments the contents of the REAL field by the
-- specified value
-- True if there's more data pending
-- pump next portion of long data
-- accomplish pumping of long data
-- ...
-- ...
-- ...
-- ...
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |