FireDAC.Phys.OracleWrapper.TOCIStatement.AddVar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddVar(AVar: TOCIVariable); overload;
function AddVar(const AName: String; AVarType: TOCIVarType;  ADataType: TOCIVarDataType; ASize: ub4 = 0): TOCIVariable; overload;
function AddVar(APosition: ub4; AVarType: TOCIVarType;  ADataType: TOCIVarDataType; ASize: ub4 = 0): TOCIVariable; overload;

C++

void __fastcall AddVar(TOCIVariable* AVar)/* overload */;
TOCIVariable* __fastcall AddVar(const System::UnicodeString AName, TOCIVarType AVarType, TOCIVarDataType ADataType, unsigned ASize = (unsigned)(0x0))/* overload */;
TOCIVariable* __fastcall AddVar(unsigned APosition, TOCIVarType AVarType, TOCIVarDataType ADataType, unsigned ASize = (unsigned)(0x0))/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FireDAC.Phys.OracleWrapper.pas
FireDAC.Phys.OracleWrapper.hpp
FireDAC.Phys.OracleWrapper TOCIStatement

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !