検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 300 for INSERT (0.018 sec.)
Get a column using OID 4877
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... st(int), d char(10))" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33, ... 333}, 'a')" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66, ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
実行する SQL 文を準備する 4877
« db2_pconnect db2_primary_keys » PHP Manual IBM DB2 関数 実行する SQL 文を準備する db2_prepare ... 備と実行 以下の例では、4 つのパラメータマーカを含む INSERT 文を準備し、 入力値の配列を含む配列を順に処理しなが ... .3 ), array( 2 , 'horse' , 'Smarty' , 350.0 ), ); $insert = 'INSERT INTO animals (id, breed, name, weight) V ... UES (?, ?, ?, ?)' ; $stmt = db2_prepare ( $conn , $insert ); if ( $stmt ) { foreach ( $animals as $animal ) ...
https://man.plustar.jp/php/function.db2-prepare.html - [similar]
CUBRID 4839
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... version cubrid_get — Get a column using OID cubrid_insert_id — Return the ID generated for the last updated ... ent from sequence type column using OID cubrid_seq_insertInsert an element to a sequence type column usin ... of sequence type column using OID cubrid_set_add — Insert a single element to set type column using OID cubr ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 4839
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "INSERT INTO mytab (id, text) VALUES(:id_bv, :text_bv)" ); ... $id = 1 ; $text = "Data to insert " ; oci_bind_by_name ( $stid , ":id_bv" , $id ); o ... cute ( $stid ); // テーブルに入る内容: 1, 'Data to insert ' ?> 例2 一度組み立てたものを複数回実行 <?php // こ ... ); // 挿入するデータ $stid = oci_parse ( $conn , 'INSERT INTO mytab (id) VALUES (:bv)' ); oci_bind_by_name ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
Vtiful\Kernel\Excel insertFormula 4839
« Vtiful\Kernel\Excel::header Vtiful\Kernel\Excel::insertImage » PHP Manual Vtiful\Kernel\Excel ... Vtiful\Kernel\Excel insertFormula Vtiful\Kernel\Excel::insertFormula (PECL xl ... swriter >= 1.2.1) Vtiful\Kernel\Excel::insertFormula — Vtiful\Kernel\Excel insertFormula 説明 pu ... blic Vtiful\Kernel\Excel::insertFormula ( int $row , int $column , string $formula ... ) Insert calculation formula. パラメータ row cell row colum ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertFormula.html - [similar]
Execute a database query 4802
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $b ... ulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
Returns the WriteError's error code 4802
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ '_id' => 1 ]); $bulk -> insert ([ '_id' => 1 ]) ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
The MySQLi Extension Function Summary 4802
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... on about the most recently executed query $mysqli::insert_id mysqli_insert_id() N/A Returns the auto generat ... urns the total number of rows changed, deleted, or inserted by the last executed statement $mysqli_stmt::err ... the given statement - not documented $mysqli_stmt::insert_id mysqli_stmt_insert_id() N/A Get the ID generate ... d from the previous INSERT operation $mysqli_stmt::num_rows mysqli_stmt_num_r ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
The Vector class 4764
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... p() are all O(1). Weaknesses shift() , unshift() , insert() and remove() are all O(n). クラス概要 class Ds\V ... (): mixed public get ( int $index ): mixed public insert ( int $index , mixed ...$values ): void public isE ... et — Returns the value at a given index Ds\Vector::insertInserts values at a given index Ds\Vector::isEmp ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
Create a new BulkWrite 4764
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... ult bypassDocumentValidation bool If true , allows insert and update operations to circumvent document level ... rdered' => true ]); $bulk -> delete ([]); $bulk -> insert ([ '_id' => 1 , 'x' => 1 ]); $bulk -> insert ([ '_ ... r: %s\n" , $e -> getMessage ()); exit; } printf ( "Inserted %d document(s)\n" , $result -> getInsertedCount ... eletedCount ()); ?> 上の例の出力は以下となります。 Inserted 2 document(s) Updated 1 document(s) Upserted 1 d ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT