GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::QueryLog::Transaction(3) User Contributed Perl Documentation DBIx::Class::QueryLog::Transaction(3)

DBIx::Class::QueryLog::Transaction - A Transaction

version 1.005001

Represents a transaction. All queries executed with the context of this transaction are stored herein, as well as a start time, end time and flag for committed or rolledback.

Create a new DBIx::Class::QueryLog::Transcation

The bucket this tranaction is in.

Arrayref containing all queries executed, in order of execution.

Flag indicating if this transaction was committed.

Flag indicating if this transaction was rolled back.

Time this transaction started.

Time this transaction ended.

Time this transaction took to execute. start - end.

Add the provided query to this transactions list.

Returns the number of queries in this Transaction

Returns all the queries in this Transaction, sorted by elapsed time. (descending).

If given an argument of an SQL statement, only queries matching that statement will be considered.

  • Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
  • Cory G Watson <gphat at cpan.org>

This software is copyright (c) 2015 by Cory G Watson <gphat at cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2015-12-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.