Re: OT: easiest way to create a custom PreparedStatement class - Mailing list pgsql-jdbc

From Craig Servin
Subject Re: OT: easiest way to create a custom PreparedStatement class
Date
Msg-id 200506281455.09688.cservin@cromagnon.com
Whole thread Raw
In response to OT: easiest way to create a custom PreparedStatement class  (Kevin Murphy <murphy@genome.chop.edu>)
Responses Re: OT: easiest way to create a custom PreparedStatement  (Mark Lewis <mark.lewis@mir3.com>)
Wish list  (Kevin Murphy <murphy@genome.chop.edu>)
List pgsql-jdbc
Or you could use:

java.lang.reflect.Proxy


On Tuesday 28 June 2005 01:55 pm, Kevin Murphy wrote:
> I am modifying some existing data loading code (that only makes use of 4
> or 5 methods from PreparedStatement) to optionally be able to *not*
> connect to a database but instead dump either the generated SQL code or
> the raw insert data to files on the file system.
>
> It would be great if I could just overload PreparedStatement with my own
> classes, but unfortunately it is an interface, so I presumably need to
> implement stubs for the umpty-ump methods defined by PreparedStatement?
>
> Is this true, and if so, what is the easiest/fastest way to do this (if
> it is even possible)?
>
> I am a java newbie, by the way.  Don't flame me too hard.  I did say
> "OT", after all ;-)
>
> Thanks,
> Kevin
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

pgsql-jdbc by date:

Previous
From: Craig Servin
Date:
Subject: Re: OT: easiest way to create a custom PreparedStatement class
Next
From: "Byron Nikolaidis"
Date:
Subject: prepared statement incompatibility