ingres_rollback(3) php man page | unix.com

Man Page: ingres_rollback

Operating Environment: php

Section: 3

INGRES_ROLLBACK(3)							 1							INGRES_ROLLBACK(3)

ingres_rollback - Roll back a transaction

SYNOPSIS
bool ingres_rollback (resource $link)
DESCRIPTION
ingres_rollback(3) rolls back the currently open transaction, actually cancelling all changes made to the database during the transaction. This closes the transaction. A new transaction can be opened by sending a query with ingres_query(3).
PARAMETERS
o $link - The connection link identifier
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ingres_query(3), ingres_commit(3), ingres_autocommit(3). PHP Documentation Group INGRES_ROLLBACK(3)
Related Man Pages
db2_rollback(3) - php
ingres_commit(3) - php
ingres_query(3) - php
ingres_unbuffered_query(3) - php
mysqlnd_ms_xa_commit(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch