getExtraNameCharacters()
Syntax:
String getExtraNameCharacters() throws SQLException
Description:
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
Returns:
the string containing the extra characters
Throws:
SQLException - if a database access error occurs