検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 300 for INSERT (0.025 sec.)
Roll back a transaction 4206
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... $conn ); exit; } $req = cubrid_prepare ( $conn , "INSERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 4206
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
結果における行の数を得る 4206
« mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_row ... うな、実際に結果セットを返す文に対してのみ有効です。 INSERT、UPDATE、REPLACE、DELETE クエリで変更された行の数を ...
https://man.plustar.jp/php/function.mysql-num-rows.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 4206
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... d [GRANTOR] => dbo [GRANTEE] => dbo [PRIVILEGE] => INSERT [IS_GRANTABLE] => YES ) 関連キーワード: カラム , 権 ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
連想配列の値を、SQL 文として実行可能な形式に変換する 4206
« pg_consume_input pg_copy_from » PHP Manual PostgreSQL 関数 連想配列の値を、SQL 文として実行可能 ... _meta_data() - テーブルからメタデータを取得する pg_insert() - テーブルに配列を挿入する pg_select() - レコード ...
https://man.plustar.jp/php/function.pg-convert.html - [similar]
クエリに使う文字列をエスケープする 4206
« pg_escape_literal pg_execute » PHP Manual PostgreSQL 関数 クエリに使う文字列をエスケープする p ... ata ); // それをデータベースに挿入する pg_query ( "INSERT INTO correspondence (name, data) VALUES ('My lette ...
https://man.plustar.jp/php/function.pg-escape-string.html - [similar]
特定の接続から直近のエラーメッセージ文字列を取得する 4206
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字 ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
直近の行のオブジェクト ID を返す 4206
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... OIDS" ); // データを追加します $res = pg_query ( "INSERT INTO test VALUES (1)" ); $oid = pg_last_oid ( $res ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
bytea 型のバイナリをアンエスケープする 4206
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... た場合は bytea の値をキャストする必要があります。例: INSERT INTO test_table (image) VALUES ('$image_escaped':: ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
Prepares and executes a query 4206
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... ie( print_r ( sqlsrv_errors (), true )); } $sql = "INSERT INTO Table_1 (id, data) VALUES (?, ?)" ; $params = ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]