FireDAC.Phys.ODBCBase.TFDPhysODBCCommand.CheckFetchColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckFetchColumn(ADataType: TFDDataType; AAttributes: TFDDataAttributes;  ASQLDataType: Smallint): Boolean; overload;

C++

HIDESBASE bool __fastcall CheckFetchColumn(Firedac::Stan::Intf::TFDDataType ADataType, Firedac::Stan::Intf::TFDDataAttributes AAttributes, short ASQLDataType)/* overload */;
inline bool __fastcall  CheckFetchColumn(Firedac::Stan::Intf::TFDDataType ADataType, Firedac::Stan::Intf::TFDDataAttributes AAttributes){ return Firedac::Phys::TFDPhysCommand::CheckFetchColumn(ADataType, AAttributes); }

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.ODBCBase.pas
FireDAC.Phys.ODBCBase.hpp
FireDAC.Phys.ODBCBase TFDPhysODBCCommand

Description


Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!