function SelectQueryInterface::preExecute
Generic preparation and validation for a SELECT query.
Return value
TRUE if the validation was successful, FALSE if not.
2 methods override SelectQueryInterface::preExecute()
- SelectQuery::preExecute in includes/
database/ select.inc - Generic preparation and validation for a SELECT query.
- SelectQueryExtender::preExecute in includes/
database/ select.inc - Generic preparation and validation for a SELECT query.
File
-
includes/
database/ select.inc, line 482
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function preExecute(SelectQueryInterface $query = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.