protected property SelectQuery::$prepared in Drupal 7
Indicates if preExecute() has already been called.
Type: boolean
File
- includes/
database/ select.inc, line 960
Class
- SelectQuery
- Query builder for SELECT statements.
Code
protected $prepared = FALSE;