Home
last modified time | relevance | path

Searched refs:with_transaction (Results 1 – 23 of 23) sorted by relevance

/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_transactions.py235 s.with_transaction(create_and_insert)
317 s.with_transaction(raise_error)
324 self.assertEqual(s.with_transaction(callback), 'Foo')
332 self.assertEqual(s.with_transaction(callback), 'Foo')
357 s.with_transaction(callback)
387 s.with_transaction(callback)
416 s.with_transaction(callback)
456 s.with_transaction(callback)
H A Dtest_examples.py1063 session.with_transaction(
H A Dunified_format.py849 return target.with_transaction(*args, **kwargs)
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/
H A Dtransactions-convenient-api.t69 $test_session->with_transaction(
89 $test_session->with_transaction(
96 $test_session->with_transaction(
H A Dtransactions-convenient-api-spec.t172 $sessions{ $operation->{object} }->with_transaction(
/dports/databases/erlang-epgsql/epgsql-4.1.0/src/
H A Depgsql.erl24 with_transaction/2,
25 with_transaction/3,
345 -spec with_transaction(connection(), fun((connection()) -> Reply)) ->
349 with_transaction(C, F) -> function
350 with_transaction(C, F, [{reraise, false}]).
364 -spec with_transaction(
370 with_transaction(C, F, Opts0) -> function
/dports/databases/erlang-epgsql/epgsql-4.1.0/test/
H A Depgsql_SUITE.erl75 with_transaction
1110 with_transaction(Config) -> function
1117 success, Module:with_transaction(C, fun(_) -> success end)),
1119 success, Module:with_transaction(C, fun(_) -> success end,
1125 Module:with_transaction(
1134 Module:with_transaction(
1143 Module:with_transaction(
1148 Module:with_transaction(
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/
H A Dfunctions.php373 function with_transaction(Session $session, callable $callback, array $transactionOptions = []) function
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/
H A Dfunctions.php373 function with_transaction(Session $session, callable $callback, array $transactionOptions = []) function
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/
H A Dfunctions.php373 function with_transaction(Session $session, callable $callback, array $transactionOptions = []) function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_stomp/src/
H A Drabbit_stomp_processor.erl1014 with_transaction(Transaction, State, Fun) -> function
1033 with_transaction(
1041 with_transaction(
1052 with_transaction(
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/
H A DClientSession.pm654 sub with_transaction { method in MongoDB::ClientSession
/dports/databases/erlang-epgsql/epgsql-4.1.0/
H A DCHANGES29 * Extended and documented epgsql:with_transaction/3.
H A DREADME.md489 with_transaction(connection(), fun((connection()) -> Result :: any()), Opts) ->
/dports/databases/pymongo/pymongo-3.12.0/pymongo/
H A Dclient_session.py527 def with_transaction(self, callback, read_concern=None, write_concern=None, member in ClientSession
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/transactions-convenient-api/
H A Dtransactions-convenient-api.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/data/convenient-transactions/
H A DREADME.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/data/convenient-transactions/
H A DREADME.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/convenient-transactions/
H A DREADME.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/convenient-transactions/
H A DREADME.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/data/convenient-transactions/
H A DREADME.rst75 ``with_transaction`` instead of ``withTransaction``.
/dports/databases/pymongo/pymongo-3.12.0/doc/
H A Dchangelog.rst316 - New method :meth:`pymongo.client_session.ClientSession.with_transaction` to
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Dcore.py701 def with_transaction(*args, **kwargs): function