Subject | Re: [firebird-support] Re: Free_it in Function Declarations |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-10-15T07:44Z |
> This is the outcome of querying RDB$MECHANISM.Negative one. FREE_IT is recognized by sign.
> How do I know which one means FREE_IT?
> SELECT RDB$MECHANISM,COUNT(*)SY, SD.
> FROM RDB$FUNCTION_ARGUMENTS
> GROUP BY RDB$MECHANISM
>
> RDB$MECHANISM COUNT
> ============= =====
>>> -1 3
> 0 20
> 1 56
> 3 2
> 5 5