検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 300 for INSERT (0.036 sec.)
mysqli_stmt クラス 4650
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... g $ affected_rows ; public readonly int | string $ insert_id ; public readonly int | string $ num_rows ; pub ... ngs — SHOW WARNINGS の結果を取得する mysqli_stmt::$insert_id — 直近の INSERT 操作で生成した ID を取得する my ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
未解決のトランザクションをコミットする 4650
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... ' , 'localhost/XE' ); $stid = oci_parse ( $conn , "INSERT INTO mysalary (id, name) VALUES (1, 'Chris')" ); / ... / OCI_NO_AUTO_COMMIT フラグは、INSERT の直後にコミットしないよう Oracle に指示します // ... ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO myschedule (startday) VALUES (12)' ); $r = oc ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4650
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, description) values (1, 'A very lo ... CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, description) values (1, 'A very lo ... CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, description) values (1, 'A very lo ... LE mytab ("Name" VARCHAR2(20), city VARCHAR2(20)); INSERT INTO mytab ("Name", city) values ('Chris', 'Melbou ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
Execute one or more write operations 4650
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... tions of varying types (e.g. updates, deletes, and inserts). The driver will attempt to send operations of t ... lk = new MongoDB \ Driver \ BulkWrite (); $bulk -> insert ([ '_id' => 1 , 'x' => 1 ]); $bulk -> insert ([ '_ ... [ 'multi' => false , 'upsert' => true ]); $bulk -> insert ([ '_id' => 4 , 'x' => 2 ]); $bulk -> delete ([ 'x ... b.collection' , $bulk , $writeConcern ); printf ( "Inserted %d document(s)\n" , $result -> getInsertedCount ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
スキーマのテーブルを取得する 4650
« Schema::getTable mysql_xdevapi\SchemaObject » PHP Manual mysql_xdevapi\Schema スキーマのテーブ ... text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam' ... opulation int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('Portland', 639863) ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettables.html - [similar]
結果セットから、残っている行を取得する 4650
« PDOStatement::fetch PDOStatement::fetchColumn » PHP Manual PDOStatement 結果セットから、残って ... は 1 つの色のみ有する配列として返されます。 <?php $insert = $dbh -> prepare ( "INSERT INTO fruit(name, colou ... r) VALUES (?, ?)" ); $insert -> execute (array( 'apple' , 'green' )); $insert - ...
https://man.plustar.jp/php/pdostatement.fetchall.html - [similar]
SplPriorityQueue クラス 4612
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス ... ct (): mixed public getExtractFlags (): int public insert ( mixed $value , mixed $priority ): bool public is ... s — 展開する時のフラグを取得する SplPriorityQueue::insert — キューに要素を挿入する SplPriorityQueue::isCorru ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
Delete an element from set type column using OID 4612
« cubrid_set_db_parameter cubrid_set_query_timeout » PHP Manual CUBRID 関数 Delete an element fr ... st(int), d char(10))" ); cubrid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33, ... "2" [1]=> string(1) "3" } 参考 cubrid_set_add() - Insert a single element to set type column using OID 関連 ...
https://man.plustar.jp/php/function.cubrid-set-drop.html - [similar]
プリペアドステートメントを実行する 4612
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... 備と実行 以下の例では、4 つのパラメータマーカを含む INSERT 文を準備し、 入力値の配列を含む配列を順に処理しなが ... 。 <?php $pet = array( 0 , 'cat' , 'Pook' , 3.2 ); $insert = 'INSERT INTO animals (id, breed, name, weight) V ... UES (?, ?, ?, ?)' ; $stmt = db2_prepare ( $conn , $insert ); if ( $stmt ) { $result = db2_execute ( $stmt , ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
一番最近の操作で変更された行の数を得る 4612
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... NULL ): int link_identifier と関連付けられた直近の INSERT、UPDATE、REPLACE、DELETE クエリによって変更された行 ... た行の数と 挿入された行の数を足したものを返します。 "INSERT ... ON DUPLICATE KEY UPDATE" クエリの場合の戻り値は ... ランザクションを使用する場合には、コミット後ではなく INSERT, UPDATE, DELETE クエリの後に mysql_affected_rows() ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT