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

Comparing ibx/trunk/fbintf/client/2.5/FB25ClientAPI.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 201 | Line 201 | type
201      function IsEmbeddedServer: boolean; override;
202      function GetClientMajor: integer; override;
203      function GetClientMinor: integer; override;
204    function HasScollableCursors: boolean;
204  
205      {Firebird 3 API}
206      function HasMasterIntf: boolean;
# Line 546 | Line 545 | begin
545    Result := 5;
546   end;
547  
549 function TFB25ClientAPI.HasScollableCursors: boolean;
550 begin
551  Result := false;
552 end;
553
548   function TFB25ClientAPI.HasMasterIntf: boolean;
549   begin
550    Result := false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines