Subject Re: [Firebird-Architect] Re: External procedures: implementation proposal.
Author Adriano dos Santos Fernandes
Jim Starkey wrote:

>Unless you have a strong argument to the contrary, I'm going to insist
>that you use the ResultSet definition already in use.
>
Imagine a procedure that returns int, string, int.

Then you have to implement getInt to handle columns 1 and 3. And
implement getString to handle column 2.
And the others methods that are pure virtual?

And how NULL is handled in ResultSet?
I imagine wasNull will be poor to use.

Or do I miss something?


Adriano