public function SelectQuery::isPrepared

public SelectQuery::isPrepared()

Indicates if preExecute() has already been called on that object.

Overrides SelectQueryInterface::isPrepared

File

includes/database/select.inc, line 1211

Class

SelectQuery
Query builder for SELECT statements.

Code

public function isPrepared() {
  return $this->prepared;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!select.inc/function/SelectQuery::isPrepared/7.x