getIdentifierQuoteString Method (SQLServerDatabaseMetaData)
Retrieves the String that is used to quote SQL identifiers.
public java.lang.String getIdentifierQuoteString()
Valor devuelto
A String that contains the quote identifiers.
Excepciones
Notas
This getIdentifierQuoteString method is specified by the getIdentifierQuoteString method in the java.sql.DatabaseMetaData interface.
When using the Microsoft JDBC Driver with a SQL Server database, this method returns double quotation marks ("").
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members