Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsUpperCaseIdentifiersSupported

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Unit: Data.DBXMetaDataReader
Parent: TDBXBaseMetaDataReader

Delphi

function IsUpperCaseIdentifiersSupported: Boolean; override;

C++

virtual bool __fastcall IsUpperCaseIdentifiersSupported();

Description

Getter method for the UpperCaseIdentifiersSupported property.

IsUpperCaseIdentifiersSupported returns True if uppercase identifiers are supported by the database, and False otherwise.

See Also