DatabaseMetaData.supportsCatalogsInXXX()

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

Should

boolean supportsCatalogsInTableDefinitions()
boolean supportsCatalogsInIndexDefinitions()
boolean supportsCatalogsInPrivilegeDefinitions()

return true? They all return false at the moment. I think catalogs need to be sorted out - Connection.getCatalog()
shouldalso be implemented. 

Another thing is would it be possible to support a jdbc:postgresql://host URL i.e. without a database specified? Is
alwayspossible to connect to template1? This is not essential but might make things easier to use if people just want
tolist available databases. 

Thanks,
Jason

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

Предыдущее
От: jason@netspade.com
Дата:
Сообщение: Connection.setCatalog()
Следующее
От: Tony Grant
Дата:
Сообщение: alternative jdbc