Hi

I just created my oracle row processor.

The current implementation of BasicRowProcessor has a method
that checks if the field is valid :
private boolean isCompatibleType(Object value, Class type)

This method ignore dates and most important specific JDBC values.

Oracle timestamp is transformed in the jdbc process into a oracle.sql.DATE
object that needs to be transformed into a java.util.date .

So in order to use dates in oracle we need to add the transformation process
in the row processor.

Regards



-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 07, 2005 12:37 PM
To: Jakarta Commons Users List; [EMAIL PROTECTED]
Subject: Re: [DBUtils] Oracle Row Processor


I'm not quite sure what you mean.  Can you be more specific about why the
current implementation doesn't work for Oracle?

Thanks,
David

--- Henry Voyer <[EMAIL PROTECTED]> wrote:

> Hi everyone
>
> Is there a free implementation of an Oracle Row processor ?
>
> Where can i find it ?
>
> Regards
>
>


Get Firefox!
http://www.mozilla.org/firefox/



____________________________________________________
Sell on Yahoo! Auctions – no fees. Bid on great items.
http://auctions.yahoo.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to