class ApdqcFakeDbh in Asynchronous Prefetch Database Query Cache 7
Fake DatabaseConnection handler.
Hierarchy
- class \ApdqcFakeDbh
Expanded class hierarchy of ApdqcFakeDbh
File
- ./
apdqc.log.inc, line 104 - Creates a fake db statement for devel query logging.
View source
class ApdqcFakeDbh {
/**
* Returns the target this connection is associated with.
*
* @return string
* The target string of this connection.
*/
public function getTarget() {
return Database::getConnection()
->getTarget();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ApdqcFakeDbh:: |
public | function | Returns the target this connection is associated with. |