DatabaseStatementPrefetch::$defaultFetchOptions
Holds supplementary default fetch options.
Type: Array
File
-
includes/
database/ prefetch.inc, line 121
Class
- DatabaseStatementPrefetch
- An implementation of DatabaseStatementInterface that prefetches all data.
Code
protected $defaultFetchOptions = 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.