FireDAC.Phys.OracleWrapper.TOCIStatement.AddVar

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.