Results of 1 - 10 of about 16 for WriteConcernError (0.019 sec.)
- The MongoDB\Driver\WriteConcernError class 11904
- « MongoDB\Driver\TopologyDescription::hasWritableServer MongoDB\Driver\WriteConcernError::getCod
...
e » PHP Manual MongoDB\Driver The MongoDB\Driver\WriteConcernError class The MongoDB\Driver\WriteConcernError class ( ...
mongodb >=1.0.0) はじめに The MongoDB\Driver\WriteConcernError class encapsulates information about a write conce ...
may be returned by MongoDB\Driver\WriteResult::getWriteConcernError() . クラス概要 final class MongoDB\Driver\WriteCon ...
public getMessage (): string } 目次 MongoDB\Driver\WriteConcernError::getCode — Returns the WriteConcernError's error c ...
-
https://man.plustar.jp/php/class.mongodb-driver-writeconcernerror.html
- [similar]
- Returns the WriteConcernError's error code 11523
- « MongoDB\Driver\WriteConcernError MongoDB\Driver\WriteConcernError::getInfo » PHP Manual MongoD
...
B\Driver\WriteConcernError Returns the WriteConcernError's error code MongoDB ...
\Driver\WriteConcernError::getCode (mongodb >=1.0.0) MongoDB\Driver\WriteCon ...
cernError::getCode — Returns the WriteConcernError's error code 説明 final public MongoDB\Driver\Writ ...
関数にはパラメータはありません。 戻り値 Returns the WriteConcernError's error code. エラー / 例外 引数のパースに失敗した ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getcode.html
- [similar]
- Returns metadata document for the WriteConcernError 11488
- « MongoDB\Driver\WriteConcernError::getCode MongoDB\Driver\WriteConcernError::getMessage » PHP M
...
anual MongoDB\Driver\WriteConcernError Returns metadata document for the WriteConcernErro ...
r MongoDB\Driver\WriteConcernError::getInfo (mongodb >=1.0.0) MongoDB\Driver\WriteCon ...
Error::getInfo — Returns metadata document for the WriteConcernError 説明 final public MongoDB\Driver\WriteConcernError ...
せん。 戻り値 Returns the metadata document for the WriteConcernError, or null if no metadata is available. エラー / 例外 ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getinfo.html
- [similar]
- Returns the WriteConcernError's error message 11419
- « MongoDB\Driver\WriteConcernError::getInfo MongoDB\Driver\WriteError » PHP Manual MongoDB\Drive
...
r\WriteConcernError Returns the WriteConcernError's error message Mong ...
oDB\Driver\WriteConcernError::getMessage (mongodb >=1.0.0) MongoDB\Driver\Write ...
ConcernError::getMessage — Returns the WriteConcernError's error message 説明 final public MongoDB\Driver\W ...
関数にはパラメータはありません。 戻り値 Returns the WriteConcernError's error message. エラー / 例外 引数のパースに失敗し ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getmessage.html
- [similar]
- Returns any write concern error that occurred 8421
- « MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma
...
nual MongoDB\Driver\WriteResult Returns any write concern error that occurred MongoDB\Driver\WriteResult::getWri ...
r (mongodb >=1.0.0) MongoDB\Driver\WriteResult::getWriteConcernError — Returns any write concern error that occurred 説 ...
明 final public MongoDB\Driver\WriteResult::getWriteConcernError (): ? MongoDB\Driver\WriteConcernError パラメータ ...
メータはありません。 戻り値 Returns a MongoDB\Driver\WriteConcernError if a write concern error was encountered during th ...
-
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html
- [similar]
- MongoDB driver classes 8352
- « Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo
...
the topology has a writable server MongoDB\Driver\WriteConcernError — The MongoDB\Driver\WriteConcernError class Mongo ...
DB\Driver\WriteConcernError::getCode — Returns the WriteConcernError's error c ...
ode MongoDB\Driver\WriteConcernError::getInfo — Returns metadata document for the Write ...
ConcernError MongoDB\Driver\WriteConcernError::getMessage — Returns the WriteConcernError's erro ...
-
https://man.plustar.jp/php/book.mongodb.html
- [similar]
- The MongoDB\Driver\BulkWrite class 8109
- « MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D
...
if the write concern could not be fulfilled if ( $writeConcernError = $result -> getWriteConcernError ()) { printf ( " ...
%s (%d): %s\n" , $writeConcernError -> getMessage (), $writeConcernError -> getCode () ...
, var_export ( $writeConcernError -> getInfo (), true ) ); } // Check if any write o ...
eResult MongoDB\Driver\WriteConcern MongoDB\Driver\WriteConcernError MongoDB\Driver\WriteError 目次 MongoDB\Driver\Bulk ...
-
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html
- [similar]
- Create a new BulkWrite 8005
- « MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite
...
if the write concern could not be fulfilled if ( $writeConcernError = $result -> getWriteConcernError ()) { printf ( " ...
%s (%d): %s\n" , $writeConcernError -> getMessage (), $writeConcernError -> getCode () ...
, var_export ( $writeConcernError -> getInfo (), true ) ); } // Check if any write o ...
-
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html
- [similar]
- Execute one or more write operations 7867
- « MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma
...
f the WriteConcern could not be fulfilled */ if ( $writeConcernError = $result -> getWriteConcernError ()) { printf ( " ...
%s (%d): %s\n" , $writeConcernError -> getMessage (), $writeConcernError -> getCode () ...
, var_export ( $writeConcernError -> getInfo (), true )); } /* If a write could not ...
-
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html
- [similar]
- Returns the WriteResult for the failed write operation 7659
- « MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write
...
etWriteErrors() and MongoDB\Driver\WriteResult::getWriteConcernError() methods may be used to get more details about th ...
) { $writeResult = $e -> getWriteResult (); if ( $writeConcernError = $writeResult -> getWriteConcernError ()) { var_d ...
ump ( $writeConcernError ); } if ( $writeErrors = $writeResult -> getWriteE ...
-
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html
- [similar]