Retrieves whether this database treats mixed-case SQL identifiers that are enclosed in quotation marks as case-sensitive and stores them in mixed case.
public boolean supportsMixedCaseQuotedIdentifiers()
傳回值
true if the identifiers are stored in mixed case. Otherwise, false.
例外狀況
備註
This supportsMixedCaseQuotedIdentifiers method is specified by the supportsMixedCaseQuotedIdentifiers method in the java.sql.DatabaseMetaData interface.
另請參閱
參考
SQLServerDatabaseMetaData Class
概念
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members