DatabaseMetaData.getExtraNameCharacters

Поиск
Список
Период
Сортировка
От Giuseppe Sacco
Тема DatabaseMetaData.getExtraNameCharacters
Дата
Msg-id 1117034023.27493.10.camel@localhost
обсуждение исходный текст
Ответы Re: DatabaseMetaData.getExtraNameCharacters  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi all,
We are developing a very simple application that permits users to define
their own tables.
We would like to leave the user the freedom to use any characters for
table and field identifiers.

We tried using accented letters, like è or ò, and it works. Then we saw
the method java.sql.DatabaseMetaData.getExtraNameCharacters() and we
thought about verifing our identifiers against this method.

The problem is that getExtraNameCharacters() returns an empty string, at
least using a 7.4 jdbc driver.

Is this the right behaviour? (I mean: should we refrain to use "strange"
letters?)

Thanks a lot,
Giuseppe


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

Предыдущее
От: hiuguis@iteso.mx
Дата:
Сообщение: Re: Problem catching multiple values
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: DatabaseMetaData.getExtraNameCharacters