Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16408 программистов и 1796 роботов. Сейчас ищут 2033 программиста ...
ingres_autocommit_state - Test if the connection is using autocommit
Вернуться к: Ingres Функции
ingres_autocommit_state
(PECL ingres >= 2.0.0)
ingres_autocommit_state — 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.
Список параметров
-
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
Вернуться к: Ingres Функции