検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for bulk (0.002 sec.)
Returns an array of identifiers for upserted documents 8748
« MongoDB\Driver\WriteResult::getUpsertedCount MongoDB\Driver\WriteResult::getWriteConcernError ... index of the write operation (from MongoDB\Driver\BulkWrite ) responsible for the upsert. エラー / 例外 引 ... <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ '$set' => [ 'y' => 3 ]] ... ); $bulk -> update ([ 'x' => 2 ], [ '$set' => [ 'y' => 1 ]] ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedids.html - [similar]
Returns whether the write was acknowledged 8516
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul ... <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); var_dump ( $resu ... <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk , new MongoDB \ Dri ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
Add a delete operation to the bulk 8407
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\Bulk ... ulkWrite Add a delete operation to the bulk MongoDB\Driver\BulkWrite::delete (mongodb >=1.0.0) ... MongoDB\Driver\BulkWrite::delete — Add a delete operation to the bulk ... 説明 public MongoDB\Driver\BulkWrite::delete ( array | object $filter , array $del ... void Adds a delete operation to the MongoDB\Driver\BulkWrite . パラメータ filter ( array | object ) » クエ ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]
Create a new BulkWrite 8314
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... Create a new BulkWrite MongoDB\Driver\BulkWrite::__construct (mongod ... b >=1.0.0) MongoDB\Driver\BulkWrite::__construct — Create a new BulkWrite 説明 pu ... blic MongoDB\Driver\BulkWrite::__construct ( array $options = ? ) Construct ... s a new MongoDB\Driver\BulkWrite , which is a mutable object to which one or m ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
String representation of the cursor ID 8036
« MongoDB\Driver\CursorId::serialize MongoDB\Driver\CursorId::unserialize » PHP Manual MongoDB\D ... goDB \ Driver \ Query ([], [ 'batchSize' => 2 ]); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $bulk -> insert ([ 'x' = ... > 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $cursor = $manag ...
https://man.plustar.jp/php/mongodb-driver-cursorid.tostring.html - [similar]
Returns the ID for this cursor 7881
« MongoDB\Driver\Cursor::current MongoDB\Driver\Cursor::getServer » PHP Manual MongoDB\Driver\Cu ... goDB \ Driver \ Query ([], [ 'batchSize' => 2 ]); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $bulk -> insert ([ 'x' = ... > 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $cursor = $manag ...
https://man.plustar.jp/php/mongodb-driver-cursor.getid.html - [similar]
Execute one or more write operations on this server 7834
« MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\ ... tions on this server MongoDB\Driver\Server::executeBulkWrite (mongodb >=1.0.0) MongoDB\Driver\Server::exec ... uteBulkWrite — Execute one or more write operations on thi ... er 説明 final public MongoDB\Driver\Server::executeBulkWrite ( string $namespace , MongoDB\Driver\BulkWrit ... e $bulk , array $options = array() ): MongoDB\Driver\Write ...
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html - [similar]
Add an update operation to the bulk 7741
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... Add an update operation to the bulk MongoDB\Driver\BulkWrite::update (mongodb >=1.0.0) ... MongoDB\Driver\BulkWrite::update — Add an update operation to the bulk ... 説明 public MongoDB\Driver\BulkWrite::update ( array | object $filter , array | ob ... oid Adds an update operation to the MongoDB\Driver\BulkWrite . パラメータ filter ( array | object ) » クエ ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
Returns an array containing all results for this cursor 7695
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... Driver \ Manager ( "mongodb://localhost:27017" ); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $bulk -> insert ([ 'x' = ... > 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $query = new Mon ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
Returns the WriteError's error code 7648
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> inse ... rt ([ '_id' => 1 ]); $bulk -> insert ([ '_id' => 1 ]); try { $manager -> exec ... uteBulkWrite ( 'db.collection' , $bulk ); } catch( MongoDB ... \ Driver \ Exception \ BulkWriteException $e ) { var_dump ( $e -> getWriteResu ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
PREV 1 2 3 4 5 NEXT