Re: PGResultSetMetaData

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: PGResultSetMetaData
Дата
Msg-id 41F402F3.8010802@fastcrypt.com
обсуждение исходный текст
Ответ на Re: PGResultSetMetaData  (leo <usenet@workfile.de>)
Список pgsql-jdbc
Look at the test suite, you can see how the code is used there

Dave
leo wrote:
Chris Smith: 
   ResultSet rs = stmt.executeQuery(...);  ResultSetMetaData rmd = rs.getMetaData();
  String table = rmd.getTableName(1);  String schema = rmd.getSchemaName(1);   
Does this really work?

Using Postgres 8 i am getting empty strings from both methods.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate     subscribe-nomail command to majordomo@postgresql.org so that your     message can get through to the mailing list cleanly

 

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

Предыдущее
От: leo
Дата:
Сообщение: Re: PGResultSetMetaData
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: PGResultSetMetaData