Subject | RE: [firebird-support] UDF argument mechanisms |
---|---|
Author | Dmitry Yemanov |
Post date | 2003-09-23T11:11:52Z |
Martijn,
since FB 1.0.
them.
Dmitry
> I must say I've failed to follow the existing UDF argumentFB 1.0 supports BY DESCRIPTOR for input arguments.
> mechanisms...
>
> From what I understood, Firebird 1 supports the "By Descriptor" output
> argument mechanism. But does it also support this:
> DECLARE EXTERNAL FUNCTION DPOWERRETURNS PARAMETER <N> was supported for years. BY DESCRIPTOR is supported
> DOUBLE PRECISION BY DESCRIPTOR,
> DOUBLE PRECISION BY DESCRIPTOR,
> DOUBLE PRECISION BY DESCRIPTOR
> RETURNS PARAMETER 3
> ENTRY_POINT 'power' MODULE_NAME 'fbudf';
since FB 1.0.
> Or is this Fb 1.5?Nothing was changed in FB 1.5.
> If input parameters support BY DESCRIPTOR, what otherInput parameters are passed by reference only. FREE_IT is not applicable to
> mechanisms do they support? By Value/Ref, Free It? Etc?
them.
Dmitry