Re: Is getProcedureColumns working for pgjdbc2.jar?

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: Is getProcedureColumns working for pgjdbc2.jar?
Дата
Msg-id 3D80C62F.2040505@xythos.com
обсуждение исходный текст
Ответ на Is getProcedureColumns working for pgjdbc2.jar?  ("Tim McAuley" <mcauleyt@tcd.ie>)
Ответы Re: Is getProcedureColumns working for pgjdbc2.jar?
Список pgsql-jdbc
Tim,

Looking at the source I see the following comment:

        // for now, this returns an empty result set.

So the answer would be no, getProcedureColumns isn't really implemented
currently.  Patches are welcome to fix this up.

thanks,
--Barry


Tim McAuley wrote:
 > Hi,
 >
 > I am trying to use getProcedureColumns and don't seem to be getting any
 > responses.
 >
 > Has anyone else tried to use this functionality and had problems?
 > getProcedures seems to work fine.
 >
 > Setup:
 > SDK 1.3.1_01 - Windows 2000
 > PostgreSQL - 7.1.3 - Linux, Redhat 7.1 (maybe 7.2)
 > Latest pgjdbc2.jar driver for JDBC 2.
 >
 > Tim
 >
 >
 >
 >
 > ---------------------------(end of broadcast)---------------------------
 > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
 >



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: What releases should the jdbc driver support? Was: Speedup patch for getTables() and getIndexInfo()
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Does the JDBC driver support XADataSource interface?