FireDAC.Phys.TFDPhysDataColumnInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDPhysDataColumnInfo = record
    FParentTableSourceID: Integer;
    FTableSourceID: Integer;
    FSourceName: String;
    FSourceID: Integer;
    FSourceTypeName: String;
    FSourceType: TFDDataType;
    FOriginTabName: TFDPhysParsedName;
    FOriginColName: String;
    FType: TFDDataType;
    FLen: LongWord;
    FPrec: Integer;
    FScale: Integer;
    FAttrs: TFDDataAttributes;
    FForceAddOpts,
    FForceRemOpts: TFDDataOptions;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysDataColumnInfo
{
public:
    int FParentTableSourceID;
    int FTableSourceID;
    System::UnicodeString FSourceName;
    int FSourceID;
    System::UnicodeString FSourceTypeName;
    Firedac::Stan::Intf::TFDDataType FSourceType;
    Firedac::Phys::Intf::TFDPhysParsedName FOriginTabName;
    System::UnicodeString FOriginColName;
    Firedac::Stan::Intf::TFDDataType FType;
    unsigned FLen;
    int FPrec;
    int FScale;
    Firedac::Stan::Intf::TFDDataAttributes FAttrs;
    Firedac::Stan::Intf::TFDDataOptions FForceAddOpts;
    Firedac::Stan::Intf::TFDDataOptions FForceRemOpts;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys FireDAC.Phys

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !