Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SelectInterface.php

function SelectInterface::isPrepared

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

Return value

bool TRUE is this query has already been prepared, FALSE otherwise.

2 methods override SelectInterface::isPrepared()
Select::isPrepared in core/lib/Drupal/Core/Database/Query/Select.php
Indicates if preExecute() has already been called on that object.
SelectExtender::isPrepared in core/lib/Drupal/Core/Database/Query/SelectExtender.php
Indicates if preExecute() has already been called on that object.

File

core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 485

Class

SelectInterface
Interface definition for a Select Query object.

Namespace

Drupal\Core\Database\Query

Code

public function isPrepared();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal