storesUpperCaseIdentifiers Method (SQLServerDatabaseMetaData)
Retrieves whether this database treats mixed-case SQL identifiers that are not enclosed in quotation marks as case-insensitive and stores them in uppercase.
public boolean storesUpperCaseIdentifiers()
Valor devuelto
true if the identifiers are stored in uppercase. Otherwise, false.
Excepciones
Notas
This storesUpperCaseIdentifiers method is specified by the storesUpperCaseIdentifiers method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members