Data.SqlExpr.TTableScope

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also