Data.DBXMetaDataReader.TDBXBaseMetaDataReader.MakeTableTypeString
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp
| |
| Unit: Data.DBXMetaDataReader | |
| Parent: TDBXBaseMetaDataReader | |
Delphi
function MakeTableTypeString(const InTableTypeCode: Integer; const Flags: Integer): string;
C++
System::UnicodeString __fastcall MakeTableTypeString(const int InTableTypeCode, const int Flags);
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 |