Class

MySQLDBConnection

Package: IO\DB\driver\mysql Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2016 09 09 Since: PHPBoost 3.0 - 2009 10 01 Contributor: Julien BRISWALTER j1.seth@phpboost.com Located at: io/db/driver/mysql/MySQLDBConnection.class.php
MySQLDBConnection implements DBConnection
Methods summary
public
public
# connect( array $db_connection_data )
public
# disconnect( )
public
# start_transaction( )

start a new transaction. If a transaction has already been started, no new transaction will be created, but the existing one will be used (does not count in the requests count)

public
# commit( )

commit the current transaction (does not count in the requests count)

public
# rollback( )

rollback the current transaction (does not count in the requests count)