function Upsert::__toString

Implements PHP magic __toString method to convert the query to a string.

The toString operation is how we compile a query object to a prepared statement.

Return value

string A prepared statement query string for this object.

Overrides Query::__toString

File

core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php, line 20

Class

Upsert
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Upsert.

Namespace

Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses

Code

public function __toString() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.