Data.DBXCommon.TDBXDatabaseMetaData.SupportsUpperCaseIdentifiers

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SupportsUpperCaseIdentifiers: Boolean read FSupportsUpperCaseIdentifiers;

C++

__property bool SupportsUpperCaseIdentifiers = {read=FSupportsUpperCaseIdentifiers, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDatabaseMetaData

説明

大文字の識別子は、データベースの大文字に格納されます。

SupportsUpperCaseIdentifiers は、大文字の識別子がデータベースの大文字に格納されているかどうかを示します。

関連項目