FireDAC.Phys.IBBase.TFDIBParInfoRec
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;
System::LongWord FFDLen;
Data::Db::TFieldType FSrcFieldType;
System::LongWord 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:
- FParamIndex--index of the parameter
- FPrec, FScale--scale and precision for floating-point numbers
- FParamType--SQL data type
Note that, generally, users will not use this structure directly.