Data.SqlExpr.TTableScope

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

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

C++

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

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

See Also