ingres_autocommit_state

(PECL ingres >= 2.0.0)

ingres_autocommit_stateTest 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.

Параметри

link

The connection link identifier

Значення, що повертаються

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

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top