TTableScopes and TTableScopess indicate the types of tables for which to fetch metadata.
TTableScope = ( tsSynonym, tsSysTable, tsTable, tsView );
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!
|