Performance Metric kcml.odbc.prepare
Summary
Preparation of SQL planSend Condition
Sent when an SQL plan is prepared by kiodbcOverview
Measures the tame taken to parse and prepare an SQL plan.Statistics
| Name | Type | Description |
|---|---|---|
| plan | num | SQL plan |
| handle | num | Query handle |
| chandle | num | Connection handle |
| err | num | Database error code |
| sql | string | SQL statement |
| time | usec | Time taken to prepare |
| columns | count | Number of columns in the result set |
General Form
kcml.odbc.prepare,plan=num,handle=num,chandle=num,err=num,sql=string,time=usec,columns=countSee Also:
Performance Metrics