Re: How to retrieve column names for tables with underscores

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: How to retrieve column names for tables with underscores
Дата
Msg-id alpine.BSO.2.00.1103241615460.4390@leary.csoft.net
обсуждение исходный текст
Ответ на Re: How to retrieve column names for tables with underscores  ("ml-tb" <ml-tb@emagixx.de>)
Ответы Re: How to retrieve column names for tables with underscores  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc

On Thu, 24 Mar 2011, ml-tb wrote:

> Hi Thomas,
>
> Am Donnerstag, 24. M?rz 2011 schrieb Thomas Kellerer:
>> backslash escape ("table1\_") but that didn't work.
> IMHO it should be "table1\\_"?
>

The escape needed depends on the value of standard_conforming_strings.
You should use this call to find the escape needed:

http://download.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getSearchStringEscape()

Kris Jurka

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

Предыдущее
От: "ml-tb"
Дата:
Сообщение: Re: How to retrieve column names for tables with underscores
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: How to retrieve column names for tables with underscores