You are here

public function ApdqcFakeDbh::getTarget in Asynchronous Prefetch Database Query Cache 7

Returns the target this connection is associated with.

Return value

string The target string of this connection.

File

./apdqc.log.inc, line 112
Creates a fake db statement for devel query logging.

Class

ApdqcFakeDbh
Fake DatabaseConnection handler.

Code

public function getTarget() {
  return Database::getConnection()
    ->getTarget();
}