Class||Interface DBConnection
Methods
connect()
connect(\mixed[string] $db_connection_data)
Parameters
\mixed[string] | $db_connection_data |
Throws
- \DBConnectionException
- \UnexistingDatabaseException
- Inherited from \DBConnection
Tags
None found |
disconnect()
disconnect()
- Inherited from \DBConnection
Tags
None found |
get_link()
get_link() : \the
Returns
\the
—
database link (mysql resource, pdo object, ... depends of the database)
- Inherited from \DBConnection
Tags
None found |
start_transaction()
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)
- Inherited from \DBConnection
Tags
None found |
commit()
commit()
commit the current transaction (does not count in the requests count)
- Inherited from \DBConnection
Tags
None found |
rollback()
rollback()
rollback the current transaction (does not count in the requests count)
- Inherited from \DBConnection
Tags
None found |