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:
|
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