DBIx::Class::QueryLog::Query - A Query |
DBIx::Class::QueryLog::Query - A Query
Represents a query. The sql, parameters, start time and end time are stored.
Time this query started.
Time this query ended.
SQL for this query.
Parameters used with this query.
Time this query took to execute. start - end.
Returns 1. Exists to make it easier for QueryLog to get a count of queries executed.
Returns this query, here to make QueryLog's job easier.
Returns this query. Here to make QueryLog's job easier.
Cory 'G' Watson, <gphat at cpan.org>
Copyright 2007 Cory 'G' Watson, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DBIx::Class::QueryLog::Query - A Query |