1 select.inc | public SelectQueryInterface::__toString() |
String magic method.
Return value
string: The prepared SQL statement as a string.
File
- core/
includes/ database/ select.inc, line 537 - Contains classes and interfaces for Select queries.
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function __toString();