検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 300 for INSERT (0.039 sec.)
Sets a type map to use for BSON unserialization 4282
« MongoDB\Driver\Cursor::rewind MongoDB\Driver\Cursor::toArray » PHP Manual MongoDB\Driver\Curso ... new MongoDB \ Driver \ BulkWrite ; $id = $bulk -> insert ([ 'x' => 1 ]); $manager -> executeBulkWrite ( 'db ...
https://man.plustar.jp/php/mongodb-driver-cursor.settypemap.html - [similar]
Returns the number of documents selected for update 4282
« MongoDB\Driver\WriteResult::getInsertedCount MongoDB\Driver\WriteResult::getModifiedCount » PH ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ ' ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmatchedcount.html - [similar]
Returns the number of existing documents updated 4282
« MongoDB\Driver\WriteResult::getMatchedCount MongoDB\Driver\WriteResult::getServer » PHP Manual ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ ' ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmodifiedcount.html - [similar]
Returns an array of identifiers for upserted documents 4282
« MongoDB\Driver\WriteResult::getUpsertedCount MongoDB\Driver\WriteResult::getWriteConcernError ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ ' ... tUpsertedCount() - Returns the number of documents inserted by an upsert MongoDB\Driver\WriteResult::isAckno ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedids.html - [similar]
Returns any write concern error that occurred 4282
« MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $writeConcern = new MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html - [similar]
直近の操作の警告を取得する 4282
« mysql_xdevapi\BaseResult BaseResult::getWarningsCount » PHP Manual mysql_xdevapi\BaseResult 直 ... = $schema -> getTable ( "test_table" ); $table -> insert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> exec ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarnings.html - [similar]
直近の操作から発生した警告の数を取得する 4282
« BaseResult::getWarnings mysql_xdevapi\Client » PHP Manual mysql_xdevapi\BaseResult 直近の操作か ... = $schema -> getTable ( "test_table" ); $table -> insert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> exec ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarningscount.html - [similar]
直近の操作から発生した警告を取得する 4282
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... = $schema -> getTable ( "test_table" ); $table -> insert ([ 'x' ])-> values ([ 1 ])-> values ([ 2 ])-> exec ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarnings.html - [similar]
結果セットから全ての行を取得する 4282
« RowResult::__construct RowResult::fetchOne » PHP Manual mysql_xdevapi\RowResult 結果セットから ... text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam' ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.fetchall.html - [similar]
結果セットから行を取得する 4282
« RowResult::fetchAll RowResult::getColumnsCount » PHP Manual mysql_xdevapi\RowResult 結果セット ... text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam' ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.fetchone.html - [similar]