You are here

protected property StatementPrefetch::$driverOptions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/StatementPrefetch.php \Drupal\Core\Database\StatementPrefetch::driverOptions

Driver-specific options. Can be used by child classes.

Type: Array

File

core/lib/Drupal/Core/Database/StatementPrefetch.php, line 30
Contains \Drupal\Core\Database\StatementPrefetch.

Class

StatementPrefetch
An implementation of StatementInterface that prefetches all data.

Namespace

Drupal\Core\Database

Code

protected $driverOptions;