IBX.IBQuery.TIBQuery.StmtHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StmtHandle: TISC_STMT_HANDLE read GetStmtHandle;

C++

__property Ibx::Ibexternals::PVoid StmtHandle = {read=GetStmtHandle};

Properties

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

Description

Identifies the statement handle for the query.

Retrieve StmtHandle if an application makes a direct call to the InterBase server, bypassing the methods of TIBQuery. Some API calls require a statement handle as a parameter. Under all other circumstances an application does not need to access this property.