Summary
- File
- Package hierarchy driver\mysql
- Class hierarchy \MySQLDBConnection
- Implements \DBConnection
__destruct()
None found |
connect(array $db_connection_data)
array | $db_connection_data |
None found |
get_link() : \the
database link (mysql resource, pdo object, ... depends of the database)
None found |
disconnect()
None found |
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)
None found |
commit()
commit the current transaction (does not count in the requests count)
None found |
rollback()
rollback the current transaction (does not count in the requests count)
None found |
execute( $command)
$command |
None found |
select_database( $database)
$database |
None found |