Data.SqlExpr.TTableScopes
Delphi
type TTableScopes = set of TTableScope;
C++
typedef System::Set<TTableScope, TTableScope::tsSynonym, TTableScope::tsView> TTableScopes;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
set typedef |
public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
説明
メタデータの取得対象となるテーブルの種類を表す TTableScope のセットです。
TTableScopes は、メタデータの取得対象となるテーブルの種類を表すセットです。 これは一連の TTableScope 値で構成されます。 TTableScopes の取り得る値は以下のいずれか 1 つ以上です。
| 値 | 意味 |
|---|---|
|
tsSynonym |
シノニム |
|
tsSysTable |
システム テーブル |
|
tsTable |
通常のテーブル |
|
tsView |
ビュー |