89 |
|
function LookupItemType(ParamTypeName: AnsiString): byte; override; |
90 |
|
public |
91 |
|
constructor Create(api: TFBClientAPI); |
92 |
< |
function GetDPBParamTypeName(ParamType: byte): Ansistring; |
92 |
> |
function GetParamTypeName(ParamType: byte): Ansistring; |
93 |
> |
function ISPB.GetDPBParamTypeName = GetParamTypeName; |
94 |
|
end; |
95 |
|
|
96 |
|
implementation |
250 |
|
(FBuffer+1)^ := isc_spb_current_version; |
251 |
|
end; |
252 |
|
|
253 |
< |
function TSPB.GetDPBParamTypeName(ParamType: byte): Ansistring; |
253 |
> |
function TSPB.GetParamTypeName(ParamType: byte): Ansistring; |
254 |
|
begin |
255 |
|
Result := TSPBItem.LookupParamTypeName(ParamType); |
256 |
|
end; |