Re: Call for an API standard for SQL statements

From: Mikito Harakiri <mikharakiri_at_iahu.com>
Date: Thu, 21 Oct 2004 09:58:31 -0700
Message-ID: <b7Sdd.32$IZ1.68_at_news.oracle.com>


"Fredrik Bertilsson" <fredrik_bertilsson_at_passagen.se> wrote in message news:31f7e57d.0410210842.440aa8f2_at_posting.google.com...
> One feature I use is that I want custom datatypes. Lets say I have a
> table column for telephone numers. In the database it is just a
> VARCHAR, but in my application I handle this value as an instance of
> the class TelephoneNo. Immediately after reading my framework converts
> the string to an instance of TelephoneNo. To be able to do this I have
> associated this column with the class TelephoneNo in a configuration
> object. But when my framworks runs a query it need to know which
> columns that are involved, so the right datatype could be used.

What methods class TelephoneNo can possibly have? Received on Thu Oct 21 2004 - 18:58:31 CEST

Original text of this message