検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 300 for Insert (1.289 sec.)
パラメータの値を変数にバインドする 4168
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... LE foo (id INTEGER, bar STRING)' ); $db -> exec ( "INSERT INTO foo (id, bar) VALUES (1, 'This is a test')" ) ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
最初の MySQL API 4130
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに イ ... ysql_info — 直近のクエリについての情報を得る mysql_insert_id — 直近のクエリで生成された ID を得る mysql_list ...
https://man.plustar.jp/php/book.mysql.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 4130
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... $conn , OCI_D_LOB ); $stmt = oci_parse ( $conn , "insert into $table (id, the_blob) values(my_seq.NEXTVAL, ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
値の保存可能な表現を生成する 4130
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... mt , $sqldata )) { $stmt = odbc_prepare ( $conn , "INSERT INTO sessions (id, data) VALUES(?, ?)" ); if (! od ...
https://man.plustar.jp/php/function.serialize.html - [similar]
実行するための SQL文 を準備する 4130
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... SQL 文の適切な位置にある場合のみ有効です。 例えば INSERT 文の VALUES() リストの中 (行に登録するカラム値を指 ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
MySQL 関数 4130
« MySQL 拡張モジュールの概要を示す例 mysql_affected_rows » PHP Manual MySQL (最初の API) MySQL 関 ... ysql_info — 直近のクエリについての情報を得る mysql_insert_id — 直近のクエリで生成された ID を得る mysql_list ...
https://man.plustar.jp/php/ref.mysql.html - [similar]
PostgreSQL 4093
« ociwritetemporarylob はじめに » PHP Manual ベンダー固有のモジュール PostgreSQL PostgreSQL はじ ... を取得する pg_host — 接続に関連するホスト名を返す pg_insert — テーブルに配列を挿入する pg_last_error — 特定の接 ...
https://man.plustar.jp/php/book.pgsql.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 4093
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... を説明します。 <?php $stmt = db2_prepare ( $conn , "INSERT INTO animal_pictures(picture) VALUES (?)" ); $pict ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 4093
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
一意な接続を使って Oracle サーバーへ接続する 4093
« oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接 ... ome" , "localhost/orcl" ); $s = oci_parse ( $c1 , "insert into mytab values(1234)" ); oci_execute ( $s , OCI ...
https://man.plustar.jp/php/function.oci-new-connect.html - [similar]