Query: db2_commit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DB2_COMMIT(3) 1 DB2_COMMIT(3) db2_commit - Commits a transactionSYNOPSISbool db2_commit (resource $connection)DESCRIPTIONCommits an in-progress transaction on the specified connection resource and begins a new transaction. PHP applications normally default to AUTOCOMMIT mode, so db2_commit(3) is not necessary unless AUTOCOMMIT has been turned off for the connection resource.PARAMETERSo $connection - A valid database connection resource variable as returned from db2_connect(3) or db2_pconnect(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOdb2_autocommit(3), db2_rollback(3). PHP Documentation Group DB2_COMMIT(3)
Related Man Pages |
---|
pg_transaction_status(3) - php |
db2_conn_error(3) - php |
db2_rollback(3) - php |
pg_lo_export(3) - php |
pg_lo_unlink(3) - php |
Similar Topics in the Unix Linux Community |
---|
db2 commit for every 50 rows |