DBMS Interface class of object that receives event when it access.
More...
DBMS Interface class of object that receives event when it access.
- User inherits this interface and receives notification of event.
- Refer to Tracking ADO operation for more details.
virtual void Proud::IDbmsAccessEvent::OnQueryDelayed |
( |
const PNTCHAR * |
lpszcommand, |
|
|
const ::timespec & |
curtime, |
|
|
int64_t |
queryDelayMs |
|
) |
| |
|
pure virtual |
This method callbacks when it spots any delayed command while using ADO Wrapper API.
- Parameters
-
lpszcommand | The list of commands in use. They are either in query or procedure name. |
curtime | The exact time of a delayed command detected. |
queryDelayMs | The delayted time of command being used (in milliseconds). |