The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::AllegroGraph::Transaction4 - AllegroGraph transaction handle for AGv4

INTERFACE

Methods (additional to RDF::AllegroGraph::Session4)

commit

Commits all changes done inside the transaction to the underlying model.

NOTE: When the transaction object is still accessible, it will have the same content as the 'mother' session.

rollback

Discards all changes.

NOTE: When the transaction object is still accessible, it will be empty.

AUTHOR

Robert Barta, <rho at devc.at>

COPYRIGHT & LICENSE

Copyright 2011 Robert Barta, all rights reserved.

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

RDF::AllegroGraph