protected property SelectQuery::$prepared
Indicates if preExecute() has already been called.
Tipo: boolean
Archivo
- drupal-7.x/
includes/ database/ select.inc, line 959
Class
- SelectQuery
- Query builder for SELECT statements.
Código
protected $prepared = FALSE;