Subject | Re: [Firebird-Java] metadata column names |
---|---|
Author | Marco Parmeggiani |
Post date | 2004-03-10T16:30:44Z |
On Tue, 09 Mar 2004 14:09:09 +0100, you wrote:
dbmd.getIdentifierQuoteString();
from the Javadoc:
Retrieves the string used to quote SQL identifiers. This method returns
a space " " if identifier quoting is not supported.
In Firebird/Interbase case it returns " or space depending on the table
name (case sensitive or not).
ciao
--
Seti@Home Java Applets
http://maruko.webhop.net/
>i've then used Squirrel SQL with the same database and i've found thatFound it!
>it works and, looking at the code, it doesn't seem that it adds double
>quotes around table names...
>
dbmd.getIdentifierQuoteString();
from the Javadoc:
Retrieves the string used to quote SQL identifiers. This method returns
a space " " if identifier quoting is not supported.
In Firebird/Interbase case it returns " or space depending on the table
name (case sensitive or not).
ciao
--
Seti@Home Java Applets
http://maruko.webhop.net/