Re: DatabaseMetaData.getExtraNameCharacters

Поиск
Список
Период
Сортировка
От Giuseppe Sacco
Тема Re: DatabaseMetaData.getExtraNameCharacters
Дата
Msg-id 1117044622.27459.28.camel@localhost
обсуждение исходный текст
Ответ на Re: DatabaseMetaData.getExtraNameCharacters  (Kris Jurka <books@ejurka.com>)
Ответы Re: DatabaseMetaData.getExtraNameCharacters  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi Kris,

Il giorno mer, 25-05-2005 alle 12:08 -0500, Kris Jurka ha scritto:
[...]
> Postgresql allows pretty much any character that is valid in your encoding
> to be used in an unquoted identifier, so trying to list them all would be
> impossible, but there should be no problem using them.

Thanks for your reply, but I would really like to have a list of valid
or invalid characters in order to test the string before executing the
statement. There are characters that should be excluded: $%&#^°§[} ...

If the valid characters list is really huge, is there any list of
invalid characters and a JDBC3.0 method that return it?

I checked that mySQL gives '#$' as result string. What are the results
given by other JDBCs?

Bye,
Giuseppe


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: BIGINT <-> java.lang.String auto cast
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: DatabaseMetaData.getExtraNameCharacters