Retrieves a TOraLob object for a field with known name.
function GetLob(const FieldName: string): TOraLob;
Call the GetLob method to retrieve a TOraLob object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftOraClob or ftOraBlob type.