FireDAC.Phys.ODBCBase.TFDODBCVarInfoRec

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFDODBCVarInfoRec = record

C++

struct DECLSPEC_DRECORD TFDODBCVarInfoRec
{
private:
    typedef System::DynamicArray<TFDODBCVarInfoRec> _TFDODBCVarInfoRec__1;
public:
    System::UnicodeString FName;
    System::UnicodeString FExtName;
    System::UnicodeString FOriginCatalogName;
    System::UnicodeString FOriginSchemaName;
    System::UnicodeString FOriginTabName;
    System::UnicodeString FOriginColName;
    Firedac::Phys::Odbccli::SQLSmallint FPos;
    Firedac::Phys::Odbccli::SQLSmallint FParamIndex;
    Firedac::Phys::Odbccli::SQLInteger FColSize;
    Firedac::Phys::Odbccli::SQLInteger FScale;
    Firedac::Phys::Odbccli::SQLSmallint FSrcSQLDataType;
    Firedac::Phys::Odbccli::SQLSmallint FOutSQLDataType;
    Firedac::Stan::Intf::TFDDataType FSrcDataType;
    Firedac::Stan::Intf::TFDDataType FOutDataType;
    Firedac::Stan::Intf::TFDDataType FDestDataType;
    Firedac::Phys::Odbcwrapper::TODBCVariable* FVar;
    _TFDODBCVarInfoRec__1 FSubInfos;
    Firedac::Stan::Intf::TFDDataAttributes FAttrs;
public:
    union
    {
        struct
        {
            bool FIsNull;
            Data::Db::TParamType FParamType;
            Data::Db::TFieldType FDataType;
        };
        struct
        {
            bool FInKey;
            System::LongWord FFDLen;
            int FFDScale;
        };
    };
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.ODBCBase.pas
FireDAC.Phys.ODBCBase.hpp
FireDAC.Phys.ODBCBase FireDAC.Phys.ODBCBase

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.