Data.SqlExpr.TTableScopes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTableScopes = set of TTableScope;

C++

typedef System::Set<TTableScope, TTableScope::tsSynonym, TTableScope::tsView> TTableScopes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Set of TTableScope that indicates the types of tables for which to fetch metadata.

TTableScopes is a set that indicates the types of tables for which to fetch metadata. It is a set of TTableScope values. TTableScopes can take one or more of the following values:


Value Meaning

tsSynonym

Synonyms

tsSysTable

System tables

tsTable

Ordinary tables

tsView

Views

See Also