Interface IDibiProfiler
Defines method that must profiler implement.
| Method Summary | |
|---|---|
| void |
After event notification.
|
| int |
Before event notification.
|
| void |
exception
(DibiDriverException $exception)
After exception notification.
|
| Constant Summary | |||
|---|---|---|---|
| int | ALL |
1023 |
line 47 event type |
| int | BEGIN |
64 |
line 42 event type |
| int | COMMIT |
128 |
line 43 event type |
| int | CONNECT |
1 |
line 36 event type |
| int | DELETE |
16 |
line 39 event type |
| int | EXCEPTION |
512 |
line 46 event type |
| int | INSERT |
8 |
line 38 event type |
| int | QUERY |
60 |
line 41 event type |
| int | ROLLBACK |
256 |
line 44 event type |
| int | SELECT |
4 |
line 37 event type |
| int | TRANSACTION |
448 |
line 45 event type |
| int | UPDATE |
32 |
line 40 event type |
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 65 afterpublic void after (int $ticket, [DibiResult $result = After event notification.
|
||||||||||||
|
line 57 beforepublic int before (DibiConnection $connection, int $event, [string $sql = Before event notification.
|
||||||||||||
|
line 72 exceptionpublic void exception (DibiDriverException $exception) After exception notification.
|
||||||||||||