DatabaseMetaData.getIdentifierQuoteString
Interface Overview | Interface Members |
This Package |
All Packages
public abstract String getIdentifierQuoteString() throws SQLException
Returns
the quoting string
Description
What's the string used to quote SQL identifiers?
This returns a space " " if identifier quoting isn't supported.
A JDBC-Compliant driver always uses a double quote character.
Exceptions
SQLException
if a database-access error occurs.