FireDAC.Phys.IBBase.TFDIBParInfoRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDIBParInfoRec = record

C++

struct DECLSPEC_DRECORD TFDIBParInfoRec
{
public:
    Firedac::Phys::Ibwrapper::TIBVariable* FVar;
    int FParamIndex;
    short FLen;
    short FPrec;
    short FScale;
    short FDestSQLDataType;
    short FDestSQLSubType;
    Firedac::Stan::Intf::TFDDataType FDestDataType;
    Firedac::Stan::Intf::TFDDataType FSrcDataType;
    System::UnicodeString FDestTypeName;
    unsigned FFDLen;
    Data::Db::TFieldType FSrcFieldType;
    unsigned FSrcSize;
    int FSrcPrec;
    int FSrcScale;
    Data::Db::TParamType FParamType;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase FireDAC.Phys.IBBase

Description

Holds procedure parameter information.

The TFDIBColInfoRec record holds procedure parameter information in its fields.

Some of these include:

Note that, generally, users will not use this structure directly.

See Also