INGRES_AUTOCOMMIT_STATE(3) 1 INGRES_AUTOCOMMIT_STATE(3)
ingres_autocommit_state - Test if the connection is using autocommit
SYNOPSIS
bool ingres_autocommit_state (resource $link)
DESCRIPTION
ingres_autocommit_state(3) is called to determine whether the current link has autocommit enabled or not.
PARAMETERS
o $link
- The connection link identifier
RETURN VALUES
Returns TRUE if autocommit is enabled or FALSE when autocommit is disabled
SEE ALSO
ingres_autocommit(3), ingres_query(3).
PHP Documentation Group INGRES_AUTOCOMMIT_STATE(3)