QueryMonitorInterface
Interface defining a query monitor.
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
startQuery
Act on a query being started.
startQuery( sql, object[]|null boundParams = null) :
| since |
2.0.0 |
|---|
Arguments
- sql
stringThe SQL to be executed.- boundParams
array<string|int, object>|nullList of bound params, used with the query. Each item is an object that holds: value, dataType
Response
void
stopQuery
Act on a query being stopped.
stopQuery() :
| since |
2.0.0 |
|---|
Response
void