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

Comparing ibx/trunk/fbintf/client/2.5/FB25Attachment.pas (file contents):
Revision 350 by tony, Wed Oct 20 14:58:56 2021 UTC vs.
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC

# Line 89 | Line 89 | type
89      function GetBlobMetaData(Transaction: ITransaction; tableName, columnName: AnsiString): IBlobMetaData; override;
90      function GetArrayMetaData(Transaction: ITransaction; tableName, columnName: AnsiString): IArrayMetaData; override;
91      procedure getFBVersion(version: TStrings);
92 +    function HasScollableCursors: boolean;
93    end;
94  
95   implementation
# Line 346 | Line 347 | begin
347         IBDataBaseError;
348   end;
349  
350 + function TFB25Attachment.HasScollableCursors: boolean;
351 + begin
352 +  Result := false;
353 + end;
354 +
355   end.
356  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines