Home
last modified time | relevance | path

Searched refs:executeReadWriteCommand (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/manager/
H A Dmanager-executeReadWriteCommand_error-001.phpt2 MongoDB\Driver\Manager::executeReadWriteCommand() with invalid options
16 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['readConcern' => 'foo']);
20 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['readConcern' => new stdClass]);
24 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => 'foo']);
28 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => new stdClass]);
32 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['writeConcern' => 'foo']);
36 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['writeConcern' => new stdClass]);
H A Dmanager-executeReadWriteCommand_error-002.phpt2 MongoDB\Driver\Manager::executeReadWriteCommand() cannot combine session with unacknowledged write …
12 /* insert should not normally be used with executeReadWriteCommand(), but we are
13 * only testing executeReadWriteCommand()'s option validation. */
22 $manager->executeReadWriteCommand(DATABASE_NAME, $command, [
36 $manager->executeReadWriteCommand(DATABASE_NAME, $command, [
H A Dbug1163-001.phpt37 /* We can safely re-use the insert command with executeReadWriteCommand
39 echo "\nTesting executeReadWriteCommand\n";
40 $manager->executeReadWriteCommand(DATABASE_NAME, $command);
80 Testing executeReadWriteCommand
H A Dmanager-executeReadWriteCommand-003.phpt2 MongoDB\Driver\Manager::executeReadWriteCommand() read and write concern inheritance
27 $manager->executeReadWriteCommand(DATABASE_NAME, $command);
28 $manager->executeReadWriteCommand(DATABASE_NAME, $command, [
H A Dmanager-executeReadWriteCommand-001.phpt2 MongoDB\Driver\Manager::executeReadWriteCommand()
26 $manager->executeReadWriteCommand(
H A Dmanager-executeReadWriteCommand-002.phpt2 MongoDB\Driver\Manager::executeReadWriteCommand() pins transaction to server
36 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => $session]);
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/server/
H A Dserver-executeReadWriteCommand_error-001.phpt2 MongoDB\Driver\Server::executeReadWriteCommand() with invalid options
19 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['readConcern' => 'foo']);
23 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['readConcern' => new stdClass]);
27 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => 'foo']);
31 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => new stdClass]);
35 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['writeConcern' => 'foo']);
39 $server->executeReadWriteCommand(DATABASE_NAME, $command, ['writeConcern' => new stdClass]);
H A Dserver-executeReadWriteCommand-003.phpt2 MongoDB\Driver\Server::executeReadWriteCommand() read and write concern inheritance
28 $server->executeReadWriteCommand(DATABASE_NAME, $command);
29 $server->executeReadWriteCommand(DATABASE_NAME, $command, [
H A Dserver-executeReadWriteCommand-002.phpt2 MongoDB\Driver\Server::executeReadWriteCommand() pins transaction to server
15 $manager->executeReadWriteCommand(
37 $selectedServer->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => $session]);
H A Dserver-executeReadWriteCommand-001.phpt2 MongoDB\Driver\Server::executeReadWriteCommand()
22 $server->executeReadWriteCommand(
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/retryable-writes/
H A Dretryable-writes-005.phpt48 echo "\nTesting Manager::executeReadWriteCommand()\n";
49 $manager->executeReadWriteCommand(DATABASE_NAME, $command);
66 Testing Manager::executeReadWriteCommand()
H A Dretryable-writes_error-001.phpt24 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => $session]);
H A Dretryable-writes-001.phpt63 $manager->executeReadWriteCommand(DATABASE_NAME, $command);
H A Dretryable-writes-004.phpt67 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['writeConcern' => $writeConcern]);
H A Dretryable-writes-003.phpt74 $manager->executeReadWriteCommand(DATABASE_NAME, $command);
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/session/
H A Dtransaction-integration_error-004.phpt2 …Driver\Session: Setting per-op readConcern or writeConcern in transaction (executeReadWriteCommand)
35 $manager->executeReadWriteCommand(
50 $manager->executeReadWriteCommand(
H A Dsession-002.phpt31 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => $session]);
32 $manager->executeReadWriteCommand(DATABASE_NAME, $command, ['session' => $session]);
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/
H A DServer.c123 static PHP_METHOD(Server, executeReadWriteCommand) in PHP_METHOD() argument
580 …PHP_ME(Server, executeReadWriteCommand, ai_Server_executeRWCommand, ZEND_ACC_PUBLIC | ZEND_ACC_FIN…
H A DManager.c442 static PHP_METHOD(Manager, executeReadWriteCommand) in PHP_METHOD() argument
827 …PHP_ME(Manager, executeReadWriteCommand, ai_Manager_executeCommand, ZEND_ACC_PUBLIC | ZEND_ACC_FIN…
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DAggregate.php294 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)
H A DMapReduce.php299 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DAggregate.php294 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)
H A DMapReduce.php299 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Operation/
H A DAggregate.php297 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)
H A DMapReduce.php325 ? $server->executeReadWriteCommand($this->databaseName, $command, $options)

12