検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 300 for INSERT (0.117 sec.)
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 4726
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... cted_rows ( mysqli_stmt $statement ): int | string INSERT 、 UPDATE あるいは DELETE クエリによって変更された ... MPORARY TABLE myCountry LIKE Country" ); $query = "INSERT INTO myCountry SELECT * FROM Country WHERE Code LI ... を実行します */ $stmt -> execute (); printf ( "Rows inserted: %d\n" , $stmt -> affected_rows ); 手続き型 <?ph ... MPORARY TABLE myCountry LIKE Country" ); $query = "INSERT INTO myCountry SELECT * FROM Country WHERE Code LI ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
指定したデータベースに、結果を返さないクエリを実行する 4726
« SQLite3::escapeString SQLite3::lastErrorCode » PHP Manual SQLite3 指定したデータベースに、結果 ... す。 パラメータ query 実行したい SQL クエリ (通常は INSERT、UPDATE あるいは DELETE クエリ)。 戻り値 クエリが成 ... 指定 , exec , query , パラメータ , 成功 , UPDATE , INSERT , 通常 ...
https://man.plustar.jp/php/sqlite3.exec.html - [similar]
SplHeap クラス 4688
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラ ... current (): mixed public extract (): mixed public insert ( mixed $value ): bool public isCorrupted (): bool ... xtract — ヒープの先頭からノードを取り出す SplHeap::insert — ヒープに要素を挿入する SplHeap::isCorrupted — ヒ ...
https://man.plustar.jp/php/class.splheap.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 4688
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... ); $variable = "" ; $stmt = db2_prepare ( $conn , "INSERT INTO clob_stream (id,my_clob) VALUES (1, ?)" ); $v ... ); $variable = "" ; $stmt = db2_prepare ( $conn , "INSERT INTO blob_stream (id,my_blob) VALUES (1, ?)" ); $v ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
ステートメントの種類を返す 4688
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... 3) 以降で使用可能です。 CREATE DECLARE DELETE DROP INSERT SELECT UPDATE UNKNOWN エラー時には false を返します ... 種類 , oci , OCI , type , CALL , UNKNOWN , UPDATE , INSERT , DROP ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
Returns the WriteResult for the failed write operation 4688
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ '_id' => 1 ]); $bulk -> insert ([ '_id' => 1 ]) ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
自動インクリメントされた値を取得する 4688
« Result::getAffectedItemsCount Result::getGeneratedIds » PHP Manual mysql_xdevapi\Result 自動イ ... chema -> getTable ( "names" ); $result = $table -> insert ( "name" , "age" )-> values ([ "Suzanne" , 31 ],[ ... "Julie" , 43 ])-> execute (); $result = $table -> insert ( "name" , "age" )-> values ([ "Suki" , 34 ])-> ex ...
https://man.plustar.jp/php/mysql-xdevapi-result.getautoincrementvalue.html - [similar]
select 時のグループ化の条件を設定する 4688
« TableSelect::execute TableSelect::having » PHP Manual mysql_xdevapi\TableSelect select 時のグル ... text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam' ... , 42)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('Suki', 31)" )-> ex ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.groupby.html - [similar]
select 句の having 条件を設定する 4688
« TableSelect::groupBy TableSelect::limit » PHP Manual mysql_xdevapi\TableSelect select 句の hav ... text, age int)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam' ... , 42)" )-> execute (); $session -> sql ( "INSERT INTO addressbook.names values ('Suki', 31)" )-> ex ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.having.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4688
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... および value を名前つきプレースホルダで置き換えて INSERT クエリを実行します。 <?php $stmt = $dbh -> prepare ... ( "INSERT INTO REGISTRY (name, value) VALUES (:name, :value) ... name および value をプレースホルダ ? で置き換えて INSERT クエリを実行します。 <?php $stmt = $dbh -> prepare ... ( "INSERT INTO REGISTRY (name, value) VALUES (?, ?)" ); $stm ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]