Query::__toString

abstract public Query::__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.

File

core/lib/Drupal/Core/Database/Query/Query.php, line 119

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

abstract public function __toString();
doc_Drupal
2016-10-29 09:35:28
Comments
Leave a Comment

Please login to continue.