検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 171 for commit (0.003 sec.)
未解決のデータベーストランザクションをロールバックする 7950
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... るのは、データを変更する最初の SQL 文が OCI_NO_AUTO_COMMIT フラグつきの oci_execute() で実行されたときです。 ... (id, name) VALUES (1, 'Chris')" ); // OCI_NO_AUTO_COMMIT フラグで、INSERT 直後にコミットしないよう Oracle に ... 同じ意味です $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); trigger_ ... ES (12)' ); $r = oci_execute ( $stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); oci_roll ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
未解決のトランザクションをコミットする 7916
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_commit — 未解決のトランザクションをコミットする 説明 oci_ ... るのは、データを変更する最初の SQL 文が OCI_NO_AUTO_COMMIT フラグつきで oci_execute() によって実行されたときで ... e を、失敗した場合に false を返します。 例 例1 oci_commit() の例 <?php // 複数のテーブルに挿入し、エラーが発 ... (id, name) VALUES (1, 'Chris')" ); // OCI_NO_AUTO_COMMIT フラグは、INSERT の直後にコミットしないよう Oracle ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]
文を実行する 7792
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... ci_execute ( resource $statement , int $mode = OCI_COMMIT_ON_SUCCESS ): bool oci_parse() が返した statement ... 定数のいずれかとなります。 実行モード 定数 説明 OCI_COMMIT_ON_SUCCESS ステートメントの実行に成功すると、 この ... array() などをコールすると失敗します。 OCI_NO_AUTO_COMMIT 変更を自動的にはコミットしません。PHP 5.3.2 (PECL ... ンでは OCI_DEFAULT を使います。これは、 OCI_NO_AUTO_COMMIT と同じ意味です。 OCI_NO_AUTO_COMMIT モードを使うと ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
現在のトランザクションをコミットする 7792
« mysqli::close mysqli::$connect_errno » PHP Manual mysqli 現在のトランザクションをコミットする ... mysqli::commit mysqli_commit (PHP 5, PHP 7, PHP 8) mysqli::commit ... -- mysqli_commit — 現在のトランザクションをコミットする 説明 オブジ ... ェクト指向型 public mysqli::commit ( int $flags = 0 , ? string $name = null ): bool 手 ... 続き型 mysqli_commit ( mysqli $mysql , int $flags = 0 , ? string $name ...
https://man.plustar.jp/php/mysqli.commit.html - [similar]
Adds a document to the index 7713
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... InputDocument $doc , bool $overwrite = true , int $commitWithin = 0 ): SolrUpdateResponse This method adds a ... allowDups = false is the same as $overwrite = true commitWithin Number of milliseconds within which to auto ... specified, it leaves the control of when to do the commit to Solr itself, optimizing number of commits to a ... ncy requirements, and Solr will automatically do a commit when the oldest add in the buffer is due. 戻り値 R ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
トランザクションをコミットする 7601
« Session::close Session::__construct » PHP Manual mysql_xdevapi\Session トランザクションをコミッ ... トする Session::commit (PHP 4 >= 4.4.0, PHP 5, PHP 7, PHP 8) Session::com ... ンをコミットする 説明 public mysql_xdevapi\Session::commit (): Object トランザクションをコミットします。 パラ ... ブジェクトを返します。 例 例1 mysql_xdevapi\Session::commit() の例 <?php $session = mysql_xdevapi \ getSession ... vepoint = $session -> setSavepoint (); $session -> commit (); $session -> close (); 関連キーワード: トランザ ...
https://man.plustar.jp/php/mysql-xdevapi-session.commit.html - [similar]
oci_commit のエイリアス 7556
« ocicolumntyperaw ocidefinebyname » PHP Manual OCI8 廃止されたエイリアスと関数 oci_commit のエイ ... リアス ocicommit (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) o ... cicommit — oci_commit() のエイリアス 説明 oci_commit() のエ ... 用しないことを強く推奨します。 関連キーワード: oci , commit , OCI , ocicommit , 推奨 , ocicolumntyperaw , ocid ...
https://man.plustar.jp/php/function.ocicommit.html - [similar]
Adds a collection of SolrInputDocument instances to the index 7285
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... ents ( array $docs , bool $overwrite = true , int $commitWithin = 0 ): void Adds a collection of documents t ... allowDups = false is the same as $overwrite = true commitWithin Number of milliseconds within which to auto ... specified, it leaves the control of when to do the commit to Solr itself, optimizing number of commits to a ... ncy requirements, and Solr will automatically do a commit when the oldest add in the buffer is due. 戻り値 R ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
Begins a database transaction 7206
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... () and before calls to sqlsrv_rollback() or sqlsrv_commit() . Explicit transactions should be started and co ... instead of executing SQL statements that begin and commit/roll back transactions. For more information, see ... 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 ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
トランザクションをコミットする 6970
« ibase_commit_ret ibase_connect » PHP Manual Firebird/InterBase 関数 トランザクションをコミット ... する ibase_commit (PHP 5, PHP 7 < 7.4.0) ibase_commit — トランザクシ ... ョンをコミットする 説明 ibase_commit ( resource $link_or_trans_identifier = null ): boo ... 連キーワード: トランザクション , コミット , ibase , commit , 関数 , trans , identifier , 接続 , 対応 , ret ...
https://man.plustar.jp/php/function.ibase-commit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT