FireDAC.Phys.SQLite.FDSQLiteTypeName2ADDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDSQLiteTypeName2ADDataType(const AOptions: IFDStanOptions; const AColName, ATypeName: String; out ABaseColName, ABaseTypeName: String; out AType: TFDDataType; out AAttrs: TFDDataAttributes; out ALen: LongWord; out APrec, AScale: Integer);

C++

extern DELPHI_PACKAGE void __fastcall FDSQLiteTypeName2ADDataType(const Firedac::Stan::Option::_di_IFDStanOptions AOptions, const System::UnicodeString AColName, const System::UnicodeString ATypeName, /* out */ System::UnicodeString &ABaseColName, /* out */ System::UnicodeString &ABaseTypeName, /* out */ Firedac::Stan::Intf::TFDDataType &AType, /* out */ Firedac::Stan::Intf::TFDDataAttributes &AAttrs, /* out */ unsigned &ALen, /* out */ int &APrec, /* out */ int &AScale);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite FireDAC.Phys.SQLite

Description

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