Re: DatabaseMetaData

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: DatabaseMetaData
Дата
Msg-id 12dgntcoa27mu0q8sd4bcpub8ge69m1mn5@4ax.com
обсуждение исходный текст
Ответ на Re: DatabaseMetaData  (Liam Stewart <liams@redhat.com>)
Список pgsql-jdbc
On Mon, 13 Aug 2001 12:07:59 -0400, you wrote:
>Ok, I see what you're looking at. However, the book states the escapes
>should only be supported when the underlying DBMS supports them and that
>escape syntaxes must be included for stored procedures etc where
>appropriate. Does PostgreSQL support stored procedures using a stored
>procedures escape syntax? If yes, we should return yes, if no, we should
>return no until that functionality is added. Both cases are allowed,
>AFAICS. The book doesn't mention that drivers should always return true
>for this procedure.

You're right.

>"Java 2 EE Specification, v1.2"

Ah, I see, this is one of the subbooks in my book. Well, I think
we'll have to check for J2EE conformance as well, since I guess
the driver will be used on J2EE platforms more and more.

Regards,
René Pijlman

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

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Which JDK to build jdbc1 driver on Linux?
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: [PATCHES] JDBC Array Support, Take III