Data.SqlExpr.TTableScope

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

Delphi

TTableScope = (tsSynonym, tsSysTable, tsTable, tsView);

C++

enum DECLSPEC_DENUM TTableScope : unsigned char { tsSynonym, tsSysTable, tsTable, tsView };

プロパティ

種類 可視性 ソース ユニット
enum public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr


説明

メタデータの取得対象となるテーブルの種類を表します。

取り得る値を以下の表に示します。


意味

tsSynonym

シノニム

tsSysTable

システム テーブル

tsTable

通常のテーブル

tsView

ビュー

関連項目