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