Methods summary
public
|
|
public
|
#
connect( array $db_connection_data )
Parameters
Throws
Implementation of
|
public
the
|
#
get_link( )
Returns
the database link (mysql resource, pdo object, ... depends of the database)
Implementation of
|
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)
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)
Implementation of
|
public
|
#
commit( )
commit the current transaction (does not count in the requests count)
commit the current transaction (does not count in the requests count)
Implementation of
|
public
|
#
rollback( )
rollback the current transaction (does not count in the requests count)
rollback the current transaction (does not count in the requests count)
Implementation of
|