検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 300 for INSERT (0.049 sec.)
データをブロックで送信する 4244
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... ブジェクト指向型 <?php $stmt = $mysqli -> prepare ( "INSERT INTO messages (message) VALUES (?)" ); $null = NUL ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
MySQLi を初期化し、mysqli_real_connect() で使うオブジェクトを返す 4244
« mysqli::$info mysqli::$insert_id » PHP Manual mysqli MySQLi を初期化し、mysqli_real_connect() ...
https://man.plustar.jp/php/mysqli.init.html - [similar]
4244
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO MYTABLE (mid, myd) VALUES(:myid, :mydata)' ); ... 実行してコミットします if ( $r ) { print "One row inserted" ; } oci_free_statement ( $stid ); oci_close ( $ ... ykey = 12343 ; // この例で用いる任意のキー $sql = "INSERT INTO mytable (mykey, myclob) VALUES (:mykey, EMPTY ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
インストール手順 4244
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP 7.4 以降 ... ) 関数を有しており、 mysql と recode が固有の hash_insert 関数を有している ことによる技術的な問題です。 警告 ...
https://man.plustar.jp/php/recode.installation.html - [similar]
SQLite データベースをオープンする 4244
« SQLite3::loadExtension SQLite3::openBlob » PHP Manual SQLite3 SQLite データベースをオープンする ... 'CREATE TABLE foo (bar STRING)' ); $db -> exec ( "INSERT INTO foo (bar) VALUES ('This is a test')" ); $resu ...
https://man.plustar.jp/php/sqlite3.open.html - [similar]
Mysql_xdevapi 4206
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... のフィールドに要素を追加する CollectionModify::arrayInsert — 配列のフィールドに要素を挿入する CollectionModif ... 生成された id を取得する SqlStatementResult::getLastInsertId — 最後に挿入されたidを取得する SqlStatementResul ... テーブルを操作するためのセッションを取得する Table::insert — テーブルに行を挿入する Table::isView — テーブルが ... re — 削除時の検索条件を設定する mysql_xdevapi\TableInsert — TableInsert クラス TableInsert::__construct — Ta ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
The Set class 4206
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... objects. Supports array syntax (square brackets). Insertion order is preserved. Automatically frees allocat ... O(1). Weaknesses Doesn't support push() , pop() , insert() , shift() , or unshift() . get() is O(n) if ther ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
Commit a transaction 4206
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... $conn ); exit; } $req = cubrid_prepare ( $conn , "INSERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Move the cursor of a lob object 4206
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... ontents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(2, ?)" ); $lob = cubrid_lob2_ ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
Move the cursor of a lob object 4206
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... ontents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES (?, ?)" ); cubrid_bind ( $req ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]