Data.DBXMetaDataReader.TDBXBaseMetaDataReader.MakeTableTypeString

From RAD Studio API Documentation
Revision as of 10:08, 24 May 2012 by Serbanu (talk | contribs) (RAD-10767)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


See Also