Query: ingres_commit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INGRES_COMMIT(3) 1 INGRES_COMMIT(3) ingres_commit - Commit a transactionSYNOPSISbool ingres_commit (resource $link)DESCRIPTIONingres_commit(3) commits the currently open transaction, making all changes made to the database permanent. This closes the transaction. A new transaction can be opened by sending a query with ingres_query(3). You can also have the server commit automatically after every query by calling ingres_autocommit(3) before opening the transaction. By default Ingres will roll back any uncommitted transactions at the end of a request. Use this function or ingres_autocommit(3) to ensure your that data is committed to the database.PARAMETERSo $link - The connection link identifierRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOingres_query(3), ingres_rollback(3), ingres_autocommit(3). PHP Documentation Group INGRES_COMMIT(3)
Related Man Pages |
---|
rollback_prepared(7) - centos |
ingres_unbuffered_query(3) - php |
mysqlnd_ms_xa_commit(3) - php |
oci_commit(3) - php |
oci_rollback(3) - php |
Similar Topics in the Unix Linux Community |
---|
Error Handling in Korn Shell scripts |
copy, clear and keep to new data only |
Why? |
Ingres 9.3.0 build 119 (Default branch) |
Lookup in another file and conditionally modify it inline |