Performance Metric kcml.odbc.prepare

Summary

Preparation of SQL plan

Send Condition

Sent when an SQL plan is prepared by kiodbc

Overview

Measures the tame taken to parse and prepare an SQL plan.

Statistics

NameTypeDescription
plannumSQL plan
handlenumQuery handle
chandlenumConnection handle
errnumDatabase error code
sqlstringSQL statement
timeusecTime taken to prepare
columnscountNumber of columns in the result set

General Form

kcml.odbc.prepare,plan=num,handle=num,chandle=num,err=num,sql=string,time=usec,columns=count

See Also:

Performance Metrics