DatabaseStatementPrefetch::$fetchOptions

Holds supplementary current fetch options (which will be used by the next fetch).

Type: Array

File

includes/database/prefetch.inc, line 102

Class

DatabaseStatementPrefetch
An implementation of DatabaseStatementInterface that prefetches all data.

Code

protected $fetchOptions = array(
    'class' => 'stdClass',
    'constructor_args' => array(),
    'object' => NULL,
    'column' => 0,
);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.