検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 45 for executeBulkWrite (0.051 sec.)
Checks if this is the default write concern 7012
« MongoDB\Driver\WriteConcern::getWtimeout MongoDB\Driver\WriteConcern::serialize » PHP Manual M ... its write operations (e.g. MongoDB\Driver\Manager::executeBulkWrite() ) in order to allow the server to apply its own ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.isdefault.html - [similar]
Returns the number of documents selected for update 7012
« MongoDB\Driver\WriteResult::getInsertedCount MongoDB\Driver\WriteResult::getModifiedCount » PH ... lk -> delete ([ 'x' => 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmatchedcount.html - [similar]
Returns the number of existing documents updated 7012
« MongoDB\Driver\WriteResult::getMatchedCount MongoDB\Driver\WriteResult::getServer » PHP Manual ... lk -> delete ([ 'x' => 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmodifiedcount.html - [similar]
Returns an array of identifiers for upserted documents 7012
« MongoDB\Driver\WriteResult::getUpsertedCount MongoDB\Driver\WriteResult::getWriteConcernError ... lk -> delete ([ 'x' => 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $result -> ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedids.html - [similar]
Returns any write concern error that occurred 7012
« MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma ... Driver \ WriteConcern ( 2 , 1 ); try { $manager -> executeBulkWrite ( 'db.collection' , $bulk , $writeConcern ); } cat ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html - [similar]
Returns the server associated with this cursor 6798
« MongoDB\Driver\Cursor::getId MongoDB\Driver\Cursor::isDead » PHP Manual MongoDB\Driver\Cursor ... rite ; $bulk -> insert ([ 'x' => 1 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $cursor = $manager -> ...
https://man.plustar.jp/php/mongodb-driver-cursor.getserver.html - [similar]
Checks if the cursor is exhausted or may have additional results 6798
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... 2 ]); $bulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $cursor = $manager -> ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
Returns an array containing all results for this cursor 6798
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... 2 ]); $bulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $query = new MongoDB ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
Create a new ClientEncryption object 6798
« MongoDB\Driver\Manager::__construct MongoDB\Driver\Manager::executeBulkWrite » PHP Manual Mong ...
https://man.plustar.jp/php/mongodb-driver-manager.createclientencryption.html - [similar]
Starts a transaction 6798
« MongoDB\Driver\Session::isInTransaction MongoDB\Driver\ClientEncryption » PHP Manual MongoDB\D ... the "session" option (e.g. MongoDB\Driver\Manager::executeBulkWrite() ) in order to associate that operation with the ...
https://man.plustar.jp/php/mongodb-driver-session.starttransaction.html - [similar]
PREV 1 2 3 4 5 NEXT