Subject | Re: [Firebird-Architect] Re: External procedures: implementation proposal. |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2005-07-27T14:10:39Z |
Jim Starkey wrote:
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
>Unless you have a strong argument to the contrary, I'm going to insistImagine a procedure that returns int, string, int.
>that you use the ResultSet definition already in use.
>
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