function SelectExtender::isPrepared
Indicates if preExecute() has already been called on that object.
Return value
bool TRUE is this query has already been prepared, FALSE otherwise.
Overrides SelectInterface::isPrepared
File
- 
              core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php, line 302  
Class
- SelectExtender
 - The base extender class for Select queries.
 
Namespace
Drupal\Core\Database\QueryCode
public function isPrepared() {
  return $this->query
    ->isPrepared();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.