1 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.:
File
- core/
includes/ database/ select.inc, line 477
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function isPrepared();