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 379 by tony, Mon Jan 10 10:08:03 2022 UTC vs.
Revision 381 by tony, Sat Jan 15 00:06:22 2022 UTC

# Line 103 | Line 103 | type
103      function getModuleName: AnsiString;
104      function getRoutineName: AnsiString;
105      function getInfo: AnsiString;
106    function getBody: AnsiString;
106    end;
107  
108    {IFBUDRTriggerMetaData is a subset of IFBUDRRoutineMetadata and is used to provide
# Line 115 | Line 114 | type
114      function getModuleName: AnsiString;
115      function getRoutineName: AnsiString;
116      function getInfo: AnsiString;
118    function getBody: AnsiString;
117      function getTriggerTable: AnsiString;
118      function getTriggerType: TFBUDRTriggerType;
119    end;
# Line 129 | Line 127 | type
127      ['{e49d096e-3a9c-4f75-bb39-db32b1897312}']
128      function getCount: integer;
129      function getSQLData(index: integer): ISQLData;
132    procedure GetData(index: integer; var IsNull:boolean; var len: short; var data: PByte);
133    function GetTransaction: ITransaction;
134    function GetAttachment: IAttachment;
130      function ParamExists(Idx: AnsiString): boolean;
131      function ByName(Idx: AnsiString): ISQLData;
132      property Data[index: integer]: ISQLData read getSQLData; default;
# Line 147 | Line 142 | type
142      function getSQLParam(index: integer): ISQLParam;
143      function GetModified: Boolean;
144      function GetHasCaseSensitiveParams: Boolean;
150    function GetTransaction: ITransaction;
151    function GetAttachment: IAttachment;
145      function ByName(Idx: AnsiString): ISQLParam ;
146      procedure Clear;
147      property Modified: Boolean read GetModified;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines