FireDAC.Phys.ODBCBase.TFDPhysODBCCommand.SQL2FDColInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SQL2FDColInfo(ASQLDataType: SQLSmallint; AUnsigned: Boolean;
const ASQLTypeName: String; var ASQLSize: SQLInteger; ASQLDecimals: SQLInteger;
var AType: TFDDataType; var AAttrs: TFDDataAttributes; var ALen: LongWord;
var APrec, AScale: Integer);

C++

void __fastcall SQL2FDColInfo(short ASQLDataType, bool AUnsigned, const System::UnicodeString ASQLTypeName, int &ASQLSize, int ASQLDecimals, Firedac::Stan::Intf::TFDDataType &AType, Firedac::Stan::Intf::TFDDataAttributes &AAttrs, unsigned &ALen, int &APrec, int &AScale);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.