FireDAC.Stan.Param.FDVar2SQLTyped
Delphi
function FDVar2SQLTyped(const AValue: Variant; AFieldType: TFDMacroDataType): String;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDVar2SQLTyped(const System::Variant &AValue, TFDMacroDataType AFieldType);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | FireDAC.Stan.Param |
Description
Renvoie une chaîne en fonction des types Variant et TFDMacroDataType.
La fonction FDVar2SQLTyped renvoie une chaîne en fonction des types AValue
et AFieldType
.
AValue
représente la valeur que vous voulez convertir.
AFieldType
représente un TFDMacroDataType, qui peut être :
mdRaw
mdInteger
mdFloat
mdDate
mdTime
mdDateTime
mdString
mdIdentifier
mdBoolean
mdUnknown