1.20.x select.inc | public SelectQueryInterface::preExecute(SelectQueryInterface $query = NULL) |
Generic preparation and validation for a SELECT query.
Return value
TRUE if the validation was successful, FALSE if not.:
File
- includes/
database/ select.inc, line 487
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function preExecute(SelectQueryInterface $query = NULL);