getIdentifierQuoteString()

Syntax:

String getIdentifierQuoteString()
                                throws SQLException

Description:

Retrieves the string used to quote SQL identifiers. This method returns a space " " if identifier quoting is not supported.

Returns:

the quoting string or a space if quoting is not supported

Throws:

SQLException - if a database access error occurs