Getting the real column name.

Поиск
Список
Период
Сортировка
От marian
Тема Getting the real column name.
Дата
Msg-id 3E995184.7070100@mail.jozep.com.au
обсуждение исходный текст
Ответы Re: Getting the real column name.  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
Hi,

I am trying to get the real column name from a table while using a
'SELECT name AS "New Name" FROM stuff' type query.
I want to be able to recover the real name but getCatalogName returns a
null string and getColumnName returns the same as getColumnLabel.

What is the best way to do this or should I just build a static hash map
thingy.


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

Предыдущее
От: Nic Ferrier
Дата:
Сообщение: Re: patch for cursor based querys in JDBC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: