cubrid_set_autocommit(3) php man page | unix.com

Man Page: cubrid_set_autocommit

Operating Environment: php

Section: 3

CUBRID_SET_AUTOCOMMIT(3)						 1						  CUBRID_SET_AUTOCOMMIT(3)

cubrid_set_autocommit - Set autocommit mode of the connection

SYNOPSIS
bool cubrid_set_autocommit (resource $conn_identifier, bool $mode)
DESCRIPTION
The cubrid_set_autocommit(3) function is used to set the CUBRID database auto-commit mode of the current database connection. In CUBRID PHP, auto-commit mode is disabled by default for transaction management. When auto-commit mode is truned from off to on, any pending work is automatically committed.
PARAMETERS
o $conn_identifier -Connection identifier. o $mode -Auto-commit mode. The following constants can be used: o CUBRID_AUTOCOMMIT_FALSE o CUBRID_AUTOCOMMIT_TRUE
RETURN VALUES
TRUE, when process is successful. FALSE, when process is unsuccessful.
SEE ALSO
cubrid_get_autocommit(3), cubrid_commit(3). PHP Documentation Group CUBRID_SET_AUTOCOMMIT(3)
Related Man Pages
cubrid_commit(3) - php
cubrid_disconnect(3) - php
cubrid_get_server_info(3) - php
cubrid_ping(3) - php
cubrid_set_db_parameter(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!