DB_common::commit()

DB_common::commit() -- Commits the current transaction

Synopsis

Описание

Commits the current transaction.

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

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.

Пример

См. также

rollback(), autoCommit()

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