IBX.IBSQL.TIBSQL.Plan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Plan: String read GetPlan;

C++

__property System::UnicodeString Plan = {read=GetPlan};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Returns the plan for the query.

Use the Plan property to view the query plan once the query has been prepared.