Re: [HACKERS] postgres and Jdbc 2.0

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: [HACKERS] postgres and Jdbc 2.0
Дата
Msg-id 411167E3.8040407@opencloud.com
обсуждение исходный текст
Ответ на Re: [HACKERS] postgres and Jdbc 2.0  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: [HACKERS] postgres and Jdbc 2.0
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: [HACKERS] postgres and Jdbc 2.0
Следующее
От: "Mike Martin"
Дата:
Сообщение: Re: Wrong column names in ResultSetMetaData