function DatabaseStatementEmpty::fetchAll

File

drupal/includes/database/database.inc, line 2329
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();
}