You are here

function DatabaseStatementEmpty::fetchAll in Drupal 7

File

includes/database/database.inc, line 2380
Core systems for the database layer.

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

function fetchAll($mode = NULL, $column_index = NULL, array $constructor_arguments = array()) {
  return array();
}