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

Comparing ibx/trunk/fbintf/client/3.0/FB30Attachment.pas (file contents):
Revision 344 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 345 by tony, Mon Aug 23 14:22:29 2021 UTC

# Line 101 | Line 101 | type
101      function GetArrayMetaData(Transaction: ITransaction; tableName, columnName: AnsiString): IArrayMetaData; override;
102      procedure getFBVersion(version: TStrings);
103      function HasDecFloatSupport: boolean; override;
104 +    function HasBatchMode: boolean; override;
105  
106      {Time Zone Support}
107      function GetTimeZoneServices: ITimeZoneServices; override;
# Line 434 | Line 435 | begin
435     (GetODSMajorVersion >= 13);
436   end;
437  
438 + function TFB30Attachment.HasBatchMode: boolean;
439 + begin
440 +  Result := FFirebird30ClientAPI.Firebird4orLater and
441 +     (GetODSMajorVersion >= 13);
442 + end;
443 +
444   function TFB30Attachment.GetTimeZoneServices: ITimeZoneServices;
445   begin
446    if not HasTimeZoneSupport then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines