Re: When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?
Дата
Msg-id CADK3HHKezeo_1Y72yjiSvO4g97grcS+sNo8WxAa0=RChrwLO3A@mail.gmail.com
обсуждение исходный текст
Ответ на When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?  (the6campbells <the6campbells@gmail.com>)
Ответы Re: When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?  (the6campbells <the6campbells@gmail.com>)
Список pgsql-jdbc
This is just an alias for getProcedures, so 1) it's probably fairly
easy to implement and 2) why not just use getProcedures ?
Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Mon, Sep 24, 2012 at 12:59 PM, the6campbells <the6campbells@gmail.com> wrote:
> Currently fails
>
> PostgreSQL 9.1 JDBC4 (build 902)
> 9.0.4
>
> Error calling JDBC driver for procedure metadata.
> org.postgresql.Driver.notImplemented(Driver.java:751)
> org.postgresql.jdbc4.AbstractJdbc4DatabaseMetaData.getFunctions(AbstractJdbc4DatabaseMetaData.java:82)
> SQLException.sqlState(0A000) SQLException.Message(Method
> org.postgresql.jdbc4.Jdbc4DatabaseMetaData.getFunction(String, String,
> String) is not yet implemented.)
>


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

Предыдущее
От: the6campbells
Дата:
Сообщение: When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?
Следующее
От: the6campbells
Дата:
Сообщение: Re: When will your JDBC 4.0 driver implement DatabaseMetadata.getFunctions?