Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.55 KB

File metadata and controls

45 lines (35 loc) · 1.55 KB
title storesLowerCaseIdentifiers Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.storesLowerCaseIdentifiers
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b7dd60f5-c4f3-4b14-9a33-d95327395083
author David-Engel
ms.author v-daenge

storesLowerCaseIdentifiers Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database treats mixed-case SQL identifiers that are not enclosed in quotation marks as case-insensitive and stores them in lowercase.

Syntax

  
public boolean storesLowerCaseIdentifiers()  

Return Value

true if the identifiers are stored in lowercase. Otherwise, false.

Exceptions

SQLServerException

Remarks

This storesLowerCaseIdentifiers method is specified by the storesLowerCaseIdentifiers method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class