Data.SqlExpr.TTableScope
Delphi
TTableScope = (tsSynonym, tsSysTable, tsTable, tsView);
C++
enum DECLSPEC_DENUM TTableScope : unsigned char { tsSynonym, tsSysTable, tsTable, tsView };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
Description
Indicates the types of tables for which to fetch metadata.
The following table describes the possible values:
| Value | Meaning |
|---|---|
|
tsSynonym |
Synonyms |
|
tsSysTable |
System tables |
|
tsTable |
Ordinary tables |
|
tsView |
Views |