Retrieves the String that is used to quote SQL identifiers.
public java.lang.String getIdentifierQuoteString()
傳回值
A String that contains the quote identifiers.
例外狀況
備註
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 ("").
另請參閱
參考
SQLServerDatabaseMetaData Class
概念
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members