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/ core_fake/ src/ Driver/ Database/ CoreFakeWithAllCustomClasses/ Upsert.php, line 20
Class
- Upsert
- CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Upsert.
Namespace
Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClassesCode
public function __toString() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.