FireDAC.Phys.OracleWrapper.TOCIStatement.AddVar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Phys.OracleWrapper.pas
FireDAC.Phys.OracleWrapper.hpp
FireDAC.Phys.OracleWrapper TOCIStatement

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.