FireDAC.Phys.ODBCBase.TFDODBCVarInfoRec

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TFDODBCVarInfoRec = record
    FName: String;
    FExtName: String;
    FOriginCatalogName,
    FOriginSchemaName,
    FOriginTabName,
    FOriginColName: String;
    FPos: SQLSmallInt;
    FParamIndex: SQLSmallInt;
    FColSize: SQLInteger;
    FScale: SQLInteger;
    FSrcSQLDataType,
    FOutSQLDataType: SQLSmallInt;
    FSrcDataType,
    FOutDataType,
    FDestDataType: TFDDataType;
    FVar: TODBCVariable;
    FSubInfos: array of TFDODBCVarInfoRec;
    FAttrs: TFDDataAttributes;
    case Boolean of
    True: (
      FInKey: Boolean;
      FFDLen: LongWord;
      FFDScale: Integer;
    );
    False: (
      FIsNull: Boolean;
      FParamType: TParamType;
      FDataType: TFieldType;
    );
  end;

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;
    short FPos;
    short FParamIndex;
    int FColSize;
    int FScale;
    short FSrcSQLDataType;
    short 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;
            unsigned 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.