Db/Profiler/Query.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Db
- Subpackage
- Profiler
- Version
- $Id$
\Zend_Db_Profiler_Query
Package: Zend_Db\Profiler




- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__construct(string $query, integer $queryType) : void
Class constructor. A query is about to be started, save the query text ($query) and its type (one of the Zend_Db_Profiler::* constants).
Parameters
Name | Type | Description |
---|---|---|
$query | string | |
$queryType | integer |


bindParam(string $param, mixed $variable) : void
Parameters
Name | Type | Description |
---|---|---|
$param | string | |
$variable | mixed |


getElapsedSecs() : float | false
Get the elapsed time (in seconds) that the query ran.
If the query has not yet ended, false is returned.
ReturnsType | Description |
---|---|
float | false |


getQueryType() : integer
Get the type of this query (one of the Zend_Db_Profiler::* constants)
Returns
Type | Description |
---|---|
integer |


getStartedMicrotime() : bool | float
Get the time (in seconds) when the profiler started running.
Returns
Type | Description |
---|---|
bool | float |