Data.SqlExpr.TCustomSQLDataSet.PrepareStatement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrepareStatement; virtual;

C++

virtual void __fastcall PrepareStatement();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Performs a prepare on the SQL statement.

The prepare operation is a type of pre-compile that checks the performance of the SQL statement. Some databases support a prepare statement that creates an execution plan that speeds processing.