BDE SQL Profiler - Report Panel

Applies to AQTime 8.81, last modified on January 18, 2022

The BDE SQL profiler measures the execution time of SQL queries or SQL stored procedures. The Report panel displays information on SQL queries executed in your profiled application.

When you review the BDE SQL profiler results, the Report panel contains the following columns:

Columns (in alphabetical order) Description
# The ordinal number of the query or stored procedure.
Class Name The class name of the query or stored procedure. Normally, this is TQuery or TStoredProc.
Object Name The name of the object that represents the query or stored procedure.
Operation Type The type of database operation. This can be one of the following:
  • TQuery.CreateCursor (this operation is performed within the TQuery Open or ExecSQL methods)
  • TQuery.Prepare
  • TStoredProc.ExecProc
  • TStoredProc.Prepare
SQL Expression The code of the executed SQL query. This field is empty for stored procedures.
Time The execution time of the query or stored procedure. This does not include the data fetch time.

By default, the BDE SQL profiler shows all of these columns in the Report panel. You can remove columns from or add them to the Report panel. For more information, see the Adding and Removing Columns topic.

See Also

BDE SQL Profiler Results
BDE SQL Profiler
BDE SQL Profiler - Overview
Arranging Columns, Lines and Panels

Highlight search results