Prints the query string when the object is used as a string.
string The query string.
Overrides MigrateSourceInterface::__toString
public function __toString() { return (string) $this->query(); }