Zend_Db_Profiler_QueryLocated in /Zend/Db/Profiler/Query.php (line 30)
null|integer
$_endedMicrotime
= null (line 59)
Unix timestamp with microseconds when self::queryEnd() was called.
string
$_query
= '' (line 38)
SQL query string or user comment, set by $query argument in constructor.
integer
$_queryType
= 0 (line 45)
One of the Zend_Db_Profiler constants for query type, set by $queryType argument in constructor.
float
$_startedMicrotime
= null (line 52)
Unix timestamp with microseconds when instantiated.
Constructor __construct (line 70)
Class constructor. A query is about to be started, save the query text ($query) and its type (one of the Zend_Db_Profiler::* constants).
end (line 84)
The query has ended. Record the time so that the elapsed time can be determined later.
getElapsedSecs (line 130)
Get the elapsed time (in seconds) that the query ran. If the query has not yet ended, return false.
getQuery (line 107)
Get the original SQL text of the query.
getQueryType (line 118)
Get the type of this query (one of the Zend_Db_Profiler::* constants)
hasEnded (line 96)
Has this query ended?
Documentation generated on Tue, 11 Jul 2006 12:17:56 -0500 by phpDocumentor 1.3.0RC6