FireDAC.Stan.Option.TFDFormatOptions.FieldDef2ColumnDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure FieldDef2ColumnDef(ASrcFieldType: TFieldType; ASrcSize: LongWord;  ASrcPrec, ASrcScale: Integer; var ADestDataType: TFDDataType; var ADestSize: LongWord; var ADestPrec, ADestScale: Integer; var ADestAttrs: TFDDataAttributes); overload;
class procedure FieldDef2ColumnDef(AField: TField; var ADestDataType: TFDDataType;  var ADestSize: LongWord; var ADestPrec, ADestScale: Integer; var ADestAttrs: TFDDataAttributes); overload;
class procedure FieldDef2ColumnDef(AFieldDef: TFieldDef; var ADestDataType: TFDDataType;  var ADestSize: LongWord; var ADestPrec, ADestScale: Integer; var ADestAttrs: TFDDataAttributes); overload;

C++

__classmethod void __fastcall FieldDef2ColumnDef(Data::Db::TFieldType ASrcFieldType, unsigned ASrcSize, int ASrcPrec, int ASrcScale, Firedac::Stan::Intf::TFDDataType &ADestDataType, unsigned &ADestSize, int &ADestPrec, int &ADestScale, Firedac::Stan::Intf::TFDDataAttributes &ADestAttrs)/* overload */;
__classmethod void __fastcall FieldDef2ColumnDef(Data::Db::TField* AField, Firedac::Stan::Intf::TFDDataType &ADestDataType, unsigned &ADestSize, int &ADestPrec, int &ADestScale, Firedac::Stan::Intf::TFDDataAttributes &ADestAttrs)/* overload */;
__classmethod void __fastcall FieldDef2ColumnDef(Data::Db::TFieldDef* AFieldDef, Firedac::Stan::Intf::TFDDataType &ADestDataType, unsigned &ADestSize, int &ADestPrec, int &ADestScale, Firedac::Stan::Intf::TFDDataAttributes &ADestAttrs)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

Description

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