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.
A prepared statement query string for this object.
... See full list
public abstract function __toString();