Re: How to map Oracle datatypes to java datatypes ?
Date: Mon, 5 Mar 2001 20:08:20 +0100
Message-ID: <980o5e$eje$1_at_namru.matavnet.hu>
Probably No.
As far as I know, the mapping is one of the tasks of the JDBC driver. (the
ORACLE JDBC thin driver or the JDBC-ODBC bridge).
Maybe if you subclass ORACLE's classes (the one which implements the ResoultSet interface) and in your own class you change the mapping method. I don't think that will work, it seems too complex.
"Jose Martins" <jarmartins_at_hotmail.com> az alábbiakat írta a következõ
üzenetben: news:g8Mm6.6343$Gp4.10575924_at_nnrp4.proxad.net...
> Hi,
> I am trying to do a mapping to get from Oracle specific datatypes the
> corresponding sql java datatypes.
> I would like to know if I can do my own mapping, if the type map from
> getObject() from Oracle, does not provide a mapping for a particular
Oracle
> object.
> Thanks for your help,
> Jose Martins
>
> email: jarmartins_at_free.fr
>
>
Received on Mon Mar 05 2001 - 20:08:20 CET