Results of 1 - 10 of about 40 for concern (0.014 sec.)
- The MongoDB\Driver\ReadConcern class 13417
- « MongoDB\Driver\ReadPreference::unserialize MongoDB\Driver\ReadConcern::bsonSerialize » PHP Man
...
ual MongoDB\Driver The MongoDB\Driver\ReadConcern class The MongoDB\Driver\ReadConcern class (mongod ...
b >=1.1.0) はじめに MongoDB\Driver\ReadConcern controls the level of isolation for read operation ...
r later. クラス概要 final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable , Serializabl ...
rialized ): void } 定義済み定数 MongoDB\Driver\ReadConcern::AVAILABLE Default for reads against secondaries w ...
-
https://man.plustar.jp/php/class.mongodb-driver-readconcern.html
- [similar]
- Checks if this is the default write concern 12434
- « MongoDB\Driver\WriteConcern::getWtimeout MongoDB\Driver\WriteConcern::serialize » PHP Manual M
...
ongoDB\Driver\WriteConcern Checks if this is the default write concern MongoD ...
B\Driver\WriteConcern::isDefault (mongodb >=1.3.0) MongoDB\Driver\WriteC ...
n::isDefault — Checks if this is the default write concern 説明 final public MongoDB\Driver\WriteConcern::isD ...
(): bool Returns whether this is the default write concern (i.e. no options are specified). This method is pr ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.isdefault.html
- [similar]
- Checks if this is the default read concern 11779
- « MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD
...
B\Driver\ReadConcern Checks if this is the default read concern MongoDB ...
\Driver\ReadConcern::isDefault (mongodb >=1.3.0) MongoDB\Driver\ReadCo ...
rn::isDefault — Checks if this is the default read concern 説明 final public MongoDB\Driver\ReadConcern::isDe ...
(): bool Returns whether this is the default read concern (i.e. no options are specified). This method is pr ...
-
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html
- [similar]
- Create a new WriteConcern 9798
- « MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua
...
l MongoDB\Driver\WriteConcern Create a new WriteConcern MongoDB\Driver\WriteConc ...
:__construct (mongodb >=1.0.0) MongoDB\Driver\WriteConcern::__construct — Create a new WriteConcern 説明 fina ...
l public MongoDB\Driver\WriteConcern::__construct ( string | int $w , int $wtimeout = ? ...
journal = ? ) Constructs a new MongoDB\Driver\WriteConcern , which is an immutable value object. パラメータ w ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html
- [similar]
- Returns any write concern error that occurred 9798
- « MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma
...
nual MongoDB\Driver\WriteResult Returns any write concern error that occurred MongoDB\Driver\WriteResult::ge ...
tWriteConcernError (mongodb >=1.0.0) MongoDB\Driver\WriteResult: ...
:getWriteConcernError — Returns any write concern error that occurr ...
明 final public MongoDB\Driver\WriteResult::getWriteConcernError (): ? MongoDB\Driver\WriteConcernError パラメ ...
-
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html
- [similar]
- Returns whether the write was acknowledged 8659
- « MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul
...
teResult::isAcknowledged() with acknowledged write concern <?php $manager = new MongoDB \ Driver \ Manager ; ...
Result::isAcknowledged() with unacknowledged write concern <?php $manager = new MongoDB \ Driver \ Manager ; ...
.collection' , $bulk , new MongoDB \ Driver \ WriteConcern ( 0 )); var_dump ( $result -> isAcknowledged ()); ...
下となります。 bool(false) 参考 MongoDB\Driver\WriteConcern » Write Concern reference 関連キーワード: acknowle ...
-
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html
- [similar]
- Execute a database command that reads and writes 8159
- « MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M
...
the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the co ...
マンド。 options options Option Type Description readConcern MongoDB\Driver\ReadConcern A read concern to apply ...
on A session to associate with the operation. writeConcern MongoDB\Driver\WriteConcern A write concern to app ...
transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. This will result in an ...
-
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html
- [similar]
- Start a new client session for use with this client 8159
- « MongoDB\Driver\Manager::selectServer MongoDB\Driver\Command » PHP Manual MongoDB\Driver\Manage
...
2bit の整数より大きいか、0でなければなりません readConcern MongoDB\Driver\ReadConcern A read concern to apply ...
use for selecting a server for the operation. writeConcern MongoDB\Driver\WriteConcern A write concern to app ...
in the session will then utilize a "snapshot" read concern level to read majority-committed data from that ti ...
salConsistency" will default to false . See » Read Concern "snapshot" in the MongoDB manual for more informat ...
-
https://man.plustar.jp/php/mongodb-driver-manager.startsession.html
- [similar]
- Execute a database command that reads and writes on this server 8113
- « MongoDB\Driver\Server::executeReadCommand MongoDB\Driver\Server::executeWriteCommand » PHP Man
...
the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the co ...
マンド。 options options Option Type Description readConcern MongoDB\Driver\ReadConcern A read concern to apply ...
on A session to associate with the operation. writeConcern MongoDB\Driver\WriteConcern A write concern to app ...
transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. This will result in an ...
-
https://man.plustar.jp/php/mongodb-driver-server.executereadwritecommand.html
- [similar]
- Returns an object for BSON serialization 8050
- « MongoDB\Driver\ReadConcern MongoDB\Driver\ReadConcern::__construct » PHP Manual MongoDB\Driver
...
\ReadConcern Returns an object for BSON serialization MongoDB\D ...
river\ReadConcern::bsonSerialize (mongodb >=1.2.0) MongoDB\Driver\Re ...
adConcern::bsonSerialize — Returns an object for BSON serial ...
ization 説明 final public MongoDB\Driver\ReadConcern::bsonSerialize (): object パラメータ この関数にはパ ...
-
https://man.plustar.jp/php/mongodb-driver-readconcern.bsonserialize.html
- [similar]