db_len_t db::CursorRowAccessor::get_blob_size ( int  field  )  [virtual, inherited]

Return the size in bytes of a BLOB (Binary Large OBject) field.

Parameters:
field The index of the field that should be written to. Use find_field to obtain this index. (>=0, <# of fields) (required)
Returns:
Precondition:
The table must be in DB_TABLE_BROWSING mode.
See also:
write_blob, write_blob_final, read_blob, truncate_blob

Implements db::RowAccessor.


Copyright © 2005-2008 ITTIA®. All rights reserved.