RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.TTableScope Enumeration

TTableScopes and TTableScopess indicate the types of tables for which to fetch metadata.

Pascal
TTableScope = (
  tsSynonym,
  tsSysTable,
  tsTable,
  tsView
);
C++
enum TTableScope {
  tsSynonym,
  tsSysTable,
  tsTable,
  tsView
};

TTableScopess is a set that indicates the types of tables for which to fetch metadata. It is a set of TTableScopes values. The following table describes the possible values:

Value 
Meaning 
tsSynonym  
synonyms  
tsSysTable  
system tables  
tsTable  
ordinary tables  
tsView  
views  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!