ingres_autocommit_state()
ingres_autocommit_state - Test if the connection is using autocommit
Syntax
bool ingres_autocommit_state (
resource $link)
Arguments
- link - The connection link identifier
Description
ingres_autocommit_state() is called to determine whether the current link has autocommit enabled or not.
Version
PHP PECL ingres >= 2.0.0
Return value
Returns TRUE if autocommit is enabled or FALSE when autocommit is disabled