Subject | Re: [Firebird-Architect] Re: External procedures: implementation proposal. |
---|---|
Author | Jim Starkey |
Post date | 2005-07-27T14:12:08Z |
Adriano dos Santos Fernandes wrote:
The class must either perform the conversion or throw an exception if it
can't.
sense to be consistent with JDBC than to introduce an abitrary difference.
--
Jim Starkey
Netfrastructure, Inc.
978 526-1376
>Imagine a procedure that returns int, string, int.You can call getInt(), getString(), getDouble(), etc., on any column.
>
>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?
>
>
The class must either perform the conversion or throw an exception if it
can't.
>And how NULL is handled in ResultSet?Yes, wasNull(). It wouldn't have been my first choice, but it made more
>I imagine wasNull will be poor to use.
>
>
sense to be consistent with JDBC than to introduce an abitrary difference.
--
Jim Starkey
Netfrastructure, Inc.
978 526-1376