Re: proposal for CallableStatements to handle multiple out

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: proposal for CallableStatements to handle multiple out
Date: 2004-06-19 00:44:27
Message-ID: 1087605866.15619.193.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'd like to move all of that stuff into it's own class, as the rest of
my patch ends up with alot of if( instanceof CallableStatement) which
I'd like to avoid by putting it all in a CallableStatement
implementation.

Thoughts?

--dc--
On Fri, 2004-06-18 at 20:21, Oliver Jowett wrote:
> Dave Cramer wrote:
> > See Kris's addition.
> >
> > At this point however I've done some work and realized that most of the
> > parsing, binding and rewriting of the queries will need to be
> > encapsulated in two classes, one for regular statements, and one for
> > callable statements. This will allow me to totally encapsulate the logic
> > for this inside the CallableStatement implementations, instead of
> > mucking up the current AbstractJdbc1Statement code.
>
> You might want to look at my pending patch first -- I've overhauled
> modifyJdbcCall and added a method that translates between user-provided
> parameter indexes and actual query parameter indexes that sounds like
> it'd be useful for this case.
>
> -O
>
>
>
> !DSPAM:40d386ac236762102998748!
>
>
--
Dave Cramer
519 939 0336
ICQ # 14675561

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-06-19 01:00:05 Re: proposal for CallableStatements to handle multiple out
Previous Message Oliver Jowett 2004-06-19 00:21:11 Re: proposal for CallableStatements to handle multiple out