DatabaseMetaData.getCatalogs()

Поиск
Список
Период
Сортировка
От jason@netspade.com
Тема DatabaseMetaData.getCatalogs()
Дата
Msg-id 200107062233.f66MXjR27722@www2.kc.aoindustries.com
обсуждение исходный текст
Список pgsql-jdbc
Hi,

Is there a reason why getCatalogs() is not supported in the JDBC driver? First of all, what is the definition of a
catalog?The MySQL JDBC driver simply returns a list of the databases so a simple select datname from pg_database; would
dothe same thing. However there is probably a reason for this and I would be grateful if you would explain.
 

I'm writing a database admin tool and so far I've made my own Connector class to implement things like this.

Thanks,
Jason Davies

jason@netspade.com


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Следующее
От: Anders Bengtsson
Дата:
Сообщение: [PATCH] Cleanup of JDBC character encoding