IBX.IBQuery.TIBQuery.BatchInput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BatchInput(InputObject: TIBBatchInput);

C++

void __fastcall BatchInput(Ibx::Ibinputoutput::TIBBatchInput* InputObject);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

Executes the parameterized query in SQL for input in the referenced input object.

Call BatchInput to execute the parameterized query in SQL for input in the referenced input object.