Interface

DBConnection

Package: IO\DB Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2009 10 01 Located at: io/db/DBConnection.class.php
Direct known implementers
MySQLDBConnection, PDODBConnection
Methods summary
public
# connect( array $db_connection_data )
public
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)