FireDAC.Phys.ODBCWrapper.TODBCConnection.GetInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: String); overload;
procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: SQLUInteger); overload;
procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: SQLUSmallint); overload;

C++

void __fastcall GetInfo(Firedac::Phys::Odbccli::SQLUSmallint AInfoType, System::UnicodeString &AInfoValue)/* overload */;
void __fastcall GetInfo(Firedac::Phys::Odbccli::SQLUSmallint AInfoType, Firedac::Phys::Odbccli::SQLUInteger &AInfoValue)/* overload */;
void __fastcall GetInfo(Firedac::Phys::Odbccli::SQLUSmallint AInfoType, Firedac::Phys::Odbccli::SQLUSmallint &AInfoValue)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper TODBCConnection

Description

Embarcadero Technologies does not currently have any additional information.