検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 171 for commit (0.203 sec.)
一番最近の操作で変更された行の数を得る 4887
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... s: %d\n" , mysql_affected_rows ()); mysql_query ( "COMMIT" ); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
クエリを実行する 4887
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... 文。複数の文が関数に渡された場合は、 明示的に BEGIN/COMMIT コマンドを指定していない限りはそれらの文は ひとつの ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
サンプル 4887
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... cubrid_column_types example Example#1118 - cubrid_commit example Example#1119 - cubrid_connect_with_url url ... e_set_event_handler の例 Example#1233 - 接続の AUTOCOMMIT 値の取得 Example#1234 - 接続の AUTOCOMMIT 値の設定 ... mple#1429 - SQLインジェクション Example#1430 - autocommit モードをSQL と API を使って設定する Example#1431 - ... qli->affected_rows の例 Example#1435 - mysqli::autocommit の例 Example#1436 - mysqli::begin_transaction の例 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
データベースへの接続を表す PDO インスタンスを生成する 4887
« PDO::commit PDO::errorCode » PHP Manual PDO データベースへの接続を表す PDO インスタンスを生成す ...
https://man.plustar.jp/php/pdo.construct.html - [similar]
IBM DB2 関数 4887
« 定義済み定数 db2_autocommit » PHP Manual IBM DB2 IBM DB2 関数 IBM DB2 関数 目次 db2_autocommit ... — データベース接続の AUTOCOMMIT の状態を取得または設定する db2_bind_param — PHP 変 ... ムおよび関連するメタデータを含む結果セットを返す db2_commit — トランザクションをコミットする db2_conn_error — ...
https://man.plustar.jp/php/ref.ibm-db2.html - [similar]
OCI8 関数 4887
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... ジョンを返す oci_close — Oracleとの接続を閉じる oci_commit — 未解決のトランザクションをコミットする oci_conne ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
Mysql_xdevapi 4808
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... クラス Session::close — セッションを閉じる Session::commit — トランザクションをコミットする Session::__constr ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
MySQL 改良版拡張モジュール 4808
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... の MySQL の操作で変更された行の数を得る mysqli::autocommit — データベース更新の自動コミットをオンまたはオフに ... 前にオープンしているデータベース接続を閉じる mysqli::commit — 現在のトランザクションをコミットする mysqli::$co ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
Oracle データベースに接続する 4808
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... I_DEFAULT ); echo " $connname inserted row without committing<br>\n" ; } function rollback ( $connname , $co ... id #5 // Created table // c1 inserted row without committing // c2 inserted row without committing // c1 -- ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
セッション管理の基礎 4763
« セッション と セキュリティ セッションに関連する INI 設定をセキュアにする » PHP Manual セッショ ... nd_close'=>1]); $_SESSION を更新した後は、 session_commit() を使って できるだけ早くセッションを閉じるようにし ...
https://man.plustar.jp/php/features.session.security.management.html - [similar]