CRField::getLob
Previous  Index  Next

CRLob& getLob();

Return Value

Lob representaion of the field value.

Description

Call this member function to retrieve the reference to CRLob object that represents blob value of the field in the current record. Throws an exception when type conversion is not possible.


Example

  CRString desc;
  desc = dataset.field("Description").getLob().getString();

See Also

CRLob, CRField::setLob, CRField::isNull


CRField | Classes | OCL | Index