Re: setQueryTimeout problem !?!?!

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: setQueryTimeout problem !?!?!
Дата
Msg-id 47DFCD32.7040300@opencloud.com
обсуждение исходный текст
Ответ на Re: setQueryTimeout problem !?!?!  (robert engels <rengels@ix.netcom.com>)
Список pgsql-jdbc
robert engels wrote:
> According to the specification
>
> If a JDBC driver does not support or only provides partial support for
> an optional
> feature, the corresponding DatabaseMetaData method must indicate the
> feature
> is not supported. Any methods for a feature that is not implemented are
> required
> to throw a SQLFeatureNotSupportedException.
>
>
> But this is not an optional exception, so I guess the real answer is the
> the driver is not JDBC 3 compliant, it would not pas the tests, and thus
> cannot be called a jdbc driver.

Indeed, we don't claim that the driver is fully JDBC3 compliant. See
http://jdbc.postgresql.org/#features

-O

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

Предыдущее
От: robert engels
Дата:
Сообщение: Re: setQueryTimeout problem !?!?!
Следующее
От: "Paul Tomblin"
Дата:
Сообщение: Re: Atomic operations?