ingres_autocommit_state

(PECL ingres >= 2.0.0)
Test if the connection is using autocommit
bool ingres_autocommit_state ( resource $link )

ingres_autocommit_state() is called to determine whether the current link has autocommit enabled or not.

Parameters:
link

The connection link identifier

Returns:

Returns TRUE if autocommit is enabled or FALSE when autocommit is disabled

See also:

ingres_autocommit() -

ingres_query() -

doc_php
2016-02-24 16:16:56
Comments
Leave a Comment

Please login to continue.