Re: [HACKERS] postgres and Jdbc 2.0

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: chinni <naveen(dot)bysani(at)gmail(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [HACKERS] postgres and Jdbc 2.0
Date: 2004-08-05 01:22:59
Message-ID: 1091668979.3328.63.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc


On Wed, 2004-08-04 at 18:49, Oliver Jowett wrote:
> Oliver Jowett wrote:
>
> >> public void registerOutParameter(int parameterIndex, int sqlType,
> >> String typeName) throws SQLException
> >
this will be implemented shortly, but it will rely on a specific
function mechanism.

--dc--
>
> >
> > The underlying server does not support out parameters. This is also why
> > the getXXX accessors on CallableStatement are not implemented.
>
> Sorry -- misinterpreted this one.
>
> You can't have arbitary out parameters. You can have a single out return
> parameter for a function call. I assumed you were trying for arbitary
> out parameters.
>
> The registerOutParameter() variant that takes a UDT typename is not
> implemented as the driver does not support UDTs.
>
> There's no obvious reason why the unimplemented getXXX() methods are
> unimplemented (those that are implemented on ResultSet, at least)
>
> -O
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
Dave Cramer
519 939 0336
ICQ # 14675561

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-08-05 01:28:23 Re: enforcing a join type
Previous Message Christopher Kings-Lynne 2004-08-05 01:17:19 Re: Bug in ALTER COLUMN/TYPE

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-08-05 03:56:09 Re: Wrong column names in ResultSetMetaData
Previous Message Mike Martin 2004-08-04 22:58:32 Re: Wrong column names in ResultSetMetaData