function SelectQueryExtender::compiled

Check whether a condition has been previously compiled.

Return value

TRUE if the condition has been previously compiled.

Overrides QueryConditionInterface::compiled

File

includes/database/select.inc, line 636

Class

SelectQueryExtender
The base extender class for Select queries.

Code

public function compiled() {
    return $this->query
        ->compiled();
}

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