ingres_autocommit_state
(PECL ingres >= 2.0.0)
ingres_autocommit_state — Test if the connection is using autocommit
Описание
ingres_autocommit_state
( resource
$link
) : boolingres_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
Смотрите также
- ingres_autocommit() - Switch autocommit on or off
- ingres_query() - Send an SQL query to Ingres