FireDAC.Phys.Intf.TFDPhysMetaInfoKind
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: FireDAC.Phys.Intf |
Delphi
TFDPhysMetaInfoKind = (
mkNone,
mkCatalogs, mkSchemas,
mkTables, mkTableFields,
mkIndexes, mkIndexFields,
mkPrimaryKey, mkPrimaryKeyFields,
mkForeignKeys, mkForeignKeyFields,
mkPackages, mkProcs, mkProcArgs,
mkGenerators,
mkResultSetFields,
mkTableTypeFields);
C++
enum DECLSPEC_DENUM TFDPhysMetaInfoKind : unsigned int { mkNone, mkCatalogs, mkSchemas, mkTables, mkTableFields, mkIndexes, mkIndexFields, mkPrimaryKey, mkPrimaryKeyFields, mkForeignKeys, mkForeignKeyFields, mkPackages, mkProcs, mkProcArgs, mkGenerators, mkResultSetFields, mkTableTypeFields };
Description
Embarcadero Technologies does not currently have any additional information.