public function SelectQueryInterface::isPrepared
7.x select.inc | public SelectQueryInterface::isPrepared() |
Indicates if preExecute() has already been called on that object.
Return value
TRUE is this query has already been prepared, FALSE otherwise.
2 methods override SelectQueryInterface::isPrepared()
- SelectQuery::isPrepared in drupal-7.x/
includes/ database/ select.inc - Indicates if preExecute() has already been called on that object.
- SelectQueryExtender::isPrepared in drupal-7.x/
includes/ database/ select.inc - Indicates if preExecute() has already been called on that object.
File
- drupal-7.x/
includes/ database/ select.inc, line 473
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function isPrepared();