# | 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; |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | native |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |