FireDAC.Phys.Intf.TFDPhysMetaInfoKind

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Description

Embarcadero Technologies does not currently have any additional information.