Home
last modified time | relevance | path

Searched refs:TransactionDepth (Results 1 – 12 of 12) sorted by relevance

/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/t/
H A D03transactions.t54 is($handle->TransactionDepth, 0, "transaction depth is 0");
68 is($handle->TransactionDepth, 1, "transaction depth is 1");
70 is($handle->TransactionDepth, 0, "transaction depth is 0");
74 is($handle->TransactionDepth, 1, "transaction depth is 1");
76 is($handle->TransactionDepth, 0, "transaction depth is 0");
80 is($handle->TransactionDepth, 1, "transaction depth is 1");
82 is($handle->TransactionDepth, 2, "transaction depth is 2");
84 is($handle->TransactionDepth, 1, "transaction depth is 1");
86 is($handle->TransactionDepth, 0, "transaction depth is 0");
92 is($handle->TransactionDepth, 1, "transaction depth is 1");
[all …]
/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/lib/DBIx/SearchBuilder/
H A DHandle.pm815 my $depth = $self->TransactionDepth;
818 $self->TransactionDepth(++$depth);
845 my $depth = $self->TransactionDepth || 0;
857 $self->TransactionDepth( $depth );
928 sub TransactionDepth { subroutine
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DREST2.pm1489 if ( $RT::Handle && $RT::Handle->TransactionDepth ) {
H A DTicket.pm1776 my $depth = $RT::Handle->TransactionDepth;
1795 $RT::Handle->Rollback if $RT::Handle->TransactionDepth == $depth;
1799 if ($RT::Handle->TransactionDepth == $depth) {
H A DRecord.pm1650 my $in_txn = RT->DatabaseHandle->TransactionDepth;
/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/lib/DBIx/SearchBuilder/Handle/
H A DSQLite.pm57 unless $self->TransactionDepth;
/dports/www/rt44/rt-4.4.5/lib/RT/Interface/Web/
H A DHandler.pm167 if ( $RT::Handle && $RT::Handle->TransactionDepth ) {
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/Web/
H A DHandler.pm168 if ( $RT::Handle && $RT::Handle->TransactionDepth ) {
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DTicket.pm1775 my $depth = $RT::Handle->TransactionDepth;
1794 $RT::Handle->Rollback if $RT::Handle->TransactionDepth == $depth;
1798 if ($RT::Handle->TransactionDepth == $depth) {
H A DRecord.pm1647 my $in_txn = RT->DatabaseHandle->TransactionDepth;
/dports/www/rt44/rt-4.4.5/lib/RT/Interface/
H A DWeb.pm283 $RT::Handle->ForceRollback() if $RT::Handle and $RT::Handle->TransactionDepth;
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/
H A DWeb.pm293 $RT::Handle->ForceRollback() if $RT::Handle and $RT::Handle->TransactionDepth;