You are here

public function StatementInterface::getConnectionTarget in Drupal 10

Returns the target connection this statement is associated with.

Return value

string The target connection string of this statement.

1 method overrides StatementInterface::getConnectionTarget()
StatementPrefetch::getConnectionTarget in core/lib/Drupal/Core/Database/StatementPrefetch.php
Returns the target connection this statement is associated with.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 53

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getConnectionTarget() : string;