ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBBlob.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBBlob.pas (file contents):
Revision 59 by tony, Mon Mar 6 10:20:02 2017 UTC vs.
Revision 60 by tony, Mon Mar 27 15:21:02 2017 UTC

# Line 57 | Line 57 | type
57      FSubType: integer;
58      FCharSetID: cardinal;
59      FSegmentSize: cardinal;
60 +    function Attachment: IAttachment; virtual; abstract;
61      procedure NeedFullMetadata; virtual; abstract;
62      procedure NeedSubType;
63    public
# Line 445 | Line 446 | end;
446  
447   function TFBBlobMetaData.GetCodePage: TSystemCodePage;
448   begin
449 <  FirebirdClientAPI.CharSetID2CodePage(GetCharSetID,Result);
449 >  Attachment.CharSetID2CodePage(GetCharSetID,Result);
450   end;
451  
452   function TFBBlobMetaData.GetSegmentSize: cardinal;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines