function Select::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/Select.php, line 455

Class

Select
Query builder for SELECT statements.

Namespace

Drupal\Core\Database\Query

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.