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 46 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 47 by tony, Mon Jan 9 15:31:51 2017 UTC

# Line 58 | Line 58 | type
58    public
59      constructor Create(Transaction: TFBTransaction; RelationName, ColumnName: string
60        );
61 +    procedure SetCharSetID(aValue: integer);
62  
63    public
64      {IBlobMetaData}
# Line 382 | Line 383 | begin
383    FRelationName := RelationName;
384    FColumnName := ColumnName;
385    FSegmentSize := 80;
386 +  FUnconfirmedCharacterSet := true;
387 +  FCharSetID := 0;
388 + end;
389 +
390 + procedure TFBBlobMetaData.SetCharSetID(aValue: integer);
391 + begin
392 +  FCharSetID := aValue;
393 +  FUnconfirmedCharacterSet := false;
394   end;
395  
396   function TFBBlobMetaData.GetSubType: integer;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines