ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBUpdate.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBUpdate.pas (file contents):
Revision 348 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 349 by tony, Mon Oct 18 08:39:40 2021 UTC

# Line 103 | Line 103 | type
103      function GetDataSet: TDataSet;
104    public
105      constructor Create(aOwner: TParamListIntf; aIndex: integer);
106 +    function getColMetadata: IParamMetaData;
107      function GetIndex: integer;
108      function GetSQLType: cardinal;
109      function GetSQLTypeName: AnsiString;
# Line 181 | Line 182 | begin
182    FIndex := aIndex;
183   end;
184  
185 + function TParamIntf.getColMetadata: IParamMetaData;
186 + begin
187 +  IBError(ibxeNotSupported,[]);
188 + end;
189 +
190   function TParamIntf.GetIndex: integer;
191   begin
192    Result := Findex;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines