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
Mojo::Pg::Transaction(3) User Contributed Perl Documentation Mojo::Pg::Transaction(3)

Mojo::Pg::Transaction - Transaction

  use Mojo::Pg::Transaction;

  my $tx = Mojo::Pg::Transaction->new(db => $db);
  $tx->commit;

Mojo::Pg::Transaction is a scope guard for DBD::Pg transactions used by Mojo::Pg::Database.

Mojo::Pg::Transaction implements the following attributes.

  my $db = $tx->db;
  $tx    = $tx->db(Mojo::Pg::Database->new);

Mojo::Pg::Database object this transaction belongs to. Note that this attribute is weakened.

Mojo::Pg::Transaction inherits all methods from Mojo::Base and implements the following new ones.

  $tx->commit;

Commit transaction.

  my $tx = Mojo::Pg::Transaction->new;
  my $tx = Mojo::Pg::Transaction->new(db => Mojo::Pg::Database->new);
  my $tx = Mojo::Pg::Transaction->new({db => Mojo::Pg::Database->new});

Construct a new Mojo::Pg::Transaction object.

Mojo::Pg, Mojolicious::Guides, <https://mojolicious.org>.
2022-03-10 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.