FireDAC.Phys.ODBCBase.TFDODBCVarInfoRec
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;
};
};
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FireDAC.Phys.ODBCBase.pas FireDAC.Phys.ODBCBase.hpp |
FireDAC.Phys.ODBCBase | FireDAC.Phys.ODBCBase |
Description
Embarcadero Technologies does not currently have any additional information.