Located in /Db/Profiler/Query.php (line 32)
Unix timestamp with microseconds when self::queryEnd() was called.
SQL query string or user comment, set by $query argument in constructor.
One of the Zend_Db_Profiler constants for query type, set by $queryType argument in constructor.
Unix timestamp with microseconds when instantiated.
Class constructor. A query is about to be started, save the query text ($query) and its type (one of the Zend_Db_Profiler::* constants).
Ends the query and records the time so that the elapsed time can be determined later.
Get the elapsed time (in seconds) that the query ran.
If the query has not yet ended, false is returned.
Get the original SQL text of the query.
Get the type of this query (one of the Zend_Db_Profiler::* constants)
Returns true if and only if the query has ended.
Documentation generated on Sun, 27 May 2007 23:26:57 -0700 by phpDocumentor 1.3.2