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

Breadcrumb

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

function StatementInterface::getQueryString

Gets the query string of this statement.

Return value

string The query string, in its form with placeholders.

2 methods override StatementInterface::getQueryString()
StatementPrefetchIterator::getQueryString in core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
Gets the query string of this statement.
StatementWrapperIterator::getQueryString in core/lib/Drupal/Core/Database/StatementWrapperIterator.php
Gets the query string of this statement.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 43

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function getQueryString();

API Navigation

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