Re: [HACKERS] postgres and Jdbc 2.0 - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: [HACKERS] postgres and Jdbc 2.0
Date
Msg-id 411167E3.8040407@opencloud.com
Whole thread Raw
In response to Re: [HACKERS] postgres and Jdbc 2.0  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: [HACKERS] postgres and Jdbc 2.0
List pgsql-jdbc
Oliver Jowett wrote:

>>     public void registerOutParameter(int parameterIndex, int sqlType,
>> String typeName) throws SQLException
>
>
> 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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: [HACKERS] postgres and Jdbc 2.0
Next
From: "Mike Martin"
Date:
Subject: Re: Wrong column names in ResultSetMetaData