1.20.x database.inc DatabaseStatementEmpty::fetchAll($mode = NULL, $column_index = NULL, array $constructor_arguments = array())

File

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