DB_common::autoCommit()

DB_common::autoCommit() -- Turns auto-commit on or off

Synopsis

Описание

Turns auto-commit on or off.

Параметр

boolean $onoff

TRUE to turn auto-commit on. FALSE to turn auto-commit off.

Возвращаемое значение

integer - DB_OK on success or a DB_Error object on failure

Throws

Заметка

Эта функция не должна вызываться статически.

When using MySQL as your DBMS, transactions can only be used when the tables in question use the InnoDB format.

Пример

См. также

commit(), rollback()

    Поддержать сайт на родительском проекте КГБ