ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/source/FBUDRIntf.pas
(Generate patch)

Comparing ibx/branches/udr/udr/source/FBUDRIntf.pas (file contents):
Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC vs.
Revision 373 by tony, Thu Jan 6 14:14:57 2022 UTC

# Line 132 | Line 132 | type
132      procedure GetData(index: integer; var IsNull:boolean; var len: short; var data: PByte);
133      function GetTransaction: ITransaction;
134      function GetAttachment: IAttachment;
135 +    function ParamExists(Idx: AnsiString): boolean;
136      function ByName(Idx: AnsiString): ISQLData;
137      property Data[index: integer]: ISQLData read getSQLData; default;
138      property Count: integer read getCount;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines