Data.DBXMetaDataReader.TDBXBaseMetaDataReader.MakeTableTypeString
Delphi
function MakeTableTypeString(const InTableTypeCode: Integer; const Flags: Integer): string;
C++
System::UnicodeString __fastcall MakeTableTypeString(const int InTableTypeCode, const int Flags);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp | Data.DBXMetaDataReader | TDBXBaseMetaDataReader | 
Description
Gets a string depending on the value of InTableTypeCode.
The following table shows the possible values:
| Value | String | 
|---|---|
| 1 | TABLE | 
| 2 | VIEW | 
| 4 | SYSTEM TABLE | 
| 8 | SYSTEM VIEW | 
| 16 | SYNONYM | 
| Other | 0 |