QueryMonitorInterface
定义查询监视器的接口。
自 |
2.0.0 |
---|---|
包 |
Joomla 框架 |
方法
startQuery
对开始的查询进行操作。
startQuery( sql, object[]|null boundParams = null) :
自 |
2.0.0 |
---|
参数
- sql
string
要执行的 SQL。- boundParams
array<string|int, object>|null
绑定参数列表,与查询一起使用。每个项目都是一个对象,包含:value、dataType
响应
void
stopQuery
对停止的查询进行操作。
stopQuery() :
自 |
2.0.0 |
---|
响应
void