検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 171 for commit (0.049 sec.)
Rolls back a transaction that was begun with sqlsrv_begin_transaction 6925
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... n_transaction() and returns the connection to auto-commit mode. パラメータ conn The connection resource retu ... se sqlsrv_begin_transaction() together with sqlsrv_commit() and sqlsrv_rollback() . <?php $serverName = "ser ... , $params2 ); /* If both queries were successful, commit the transaction. */ /* Otherwise, rollback the tra ... nsaction. */ if( $stmt1 && $stmt2 ) { sqlsrv_commit ( $conn ); echo "Transaction committed.<br />" ; } ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
新しいトランザクションを作成する 6925
« svn_repos_create svn_repos_fs_commit_txn » PHP Manual SVN 関数 新しいトランザクションを作成する ... svn_repos_fs_begin_txn_for_commit (PECL svn >= 0.2.0) svn_repos_fs_begin_txn_for_com ... ザクションを作成する 説明 svn_repos_fs_begin_txn_for_commit ( resource $repos , int $rev , string $author , st ... キーワード: 作成 , トランザクション , repos , 関数 , commit , resource , string , 警告 , 注意 , リリース ...
https://man.plustar.jp/php/function.svn-repos-fs-begin-txn-for-commit.html - [similar]
トランザクションをコミットする 6891
« db2_columns db2_conn_error » PHP Manual IBM DB2 関数 トランザクションをコミットする db2_commit ... (PECL ibm_db2 >= 1.0.0) db2_commit — トランザクションをコミットする 説明 db2_commit ( ... を開始します。PHP アプリケーションのデフォルトは AUTOCOMMIT モードなので、接続リソースに対して AUTOCOMMIT を無 ... 効にしていない限り db2_commit() は必要ありません。 パラメータ connection db2_con ... を、失敗した場合に false を返します。 参考 db2_autocommit() - データベース接続の AUTOCOMMIT の状態を取得また ...
https://man.plustar.jp/php/function.db2-commit.html - [similar]
トランザクションを閉じずにコミットする 6812
« ibase_close ibase_commit » PHP Manual Firebird/InterBase 関数 トランザクションを閉じずにコミッ ... トする ibase_commit_ret (PHP 5, PHP 7 < 7.4.0) ibase_commit_ret — トラ ... ンザクションを閉じずにコミットする 説明 ibase_commit_ret ( resource $link_or_trans_identifier = null ): ... 連キーワード: トランザクション , コミット , ibase , commit , ret , 対応 , 関数 , trans , identifier , 接続 ...
https://man.plustar.jp/php/function.ibase-commit-ret.html - [similar]
ODBC トランザクションをコミットする 6767
« odbc_columns odbc_connect » PHP Manual ODBC 関数 ODBC トランザクションをコミットする odbc_commit ... it (PHP 4, PHP 5, PHP 7, PHP 8) odbc_commit — ODBC トランザクションをコミットする 説明 odbc_co ... ます。 関連キーワード: トランザクション , コミット , commit , 接続 , columns , 関数 , resource , 実行 , パラメ ...
https://man.plustar.jp/php/function.odbc-commit.html - [similar]
定義済み定数 6688
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... lowing constants can be used when setting the auto-commit mode for the database connection. They can be pass ... ed to cubrid_set_autocommit() or returned by cubrid_get_autocommit() . CUBRID ... auto-commit mode flags Constant Description CUBRID_AUTOCOMMIT_ ... TRUE Enable the auto-commit mode. CUBRID_AUTOCOMMIT_FALSE Disable the auto-com ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
トランザクションをコミットする 6610
« PDO::beginTransaction PDO::__construct » PHP Manual PDO トランザクションをコミットする PDO::commit ... 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::commit — トランザクションをコミットする 説明 public PDO:: ... calories , )); } /* 変更をコミットする */ $dbh -> commit (); /* データベース接続はオートコミットモードに戻る ... P TABLE fruit" ); /* 変更をコミットする */ $dbh -> commit (); /* データベース接続はオートコミットモードに戻る ... ランザクション , コミット , PDO , beginTransaction , commit , パラメータ , 例外 , エラー , データベース , 注意 ...
https://man.plustar.jp/php/pdo.commit.html - [similar]
トランザクションを開始する 6576
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... の詳細な動作は、 » http://dev.mysql.com/doc/mysql/en/commit.html を参照ください。 パラメータ link 手続き型のみ ... /* If code reaches this point without errors then commit the data in the database */ $mysqli -> commit (); ... /* If code reaches this point without errors then commit the data in the database */ mysqli_commit ( $mysql ... いは ISAM など)では 動作しません。 参考 mysqli_autocommit() - データベース更新の自動コミットをオンまたはオフ ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
session_write_close のエイリアス 6497
« session_cache_limiter session_create_id » PHP Manual セッション関数 session_write_close のエイ ... リアス session_commit (PHP 4 >= 4.4.0, PHP 5, PHP 7, PHP 8) session_comm ... す。 session_write_close() . 関連キーワード: 関数 , commit , limiter , create , セッション , ...
https://man.plustar.jp/php/function.session-commit.html - [similar]
トランザクションをコミットし、新しいリビジョンを返す 6418
« svn_repos_fs_begin_txn_for_commit svn_repos_fs » PHP Manual SVN 関数 トランザクションをコミット ... し、新しいリビジョンを返す svn_repos_fs_commit_txn (PECL svn >= 0.2.0) svn_repos_fs_commit_txn — ... コミットし、新しいリビジョンを返す 説明 svn_repos_fs_commit_txn ( resource $txn ): int 警告 この関数は、 現在の ...
https://man.plustar.jp/php/function.svn-repos-fs-commit-txn.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT