function StatementEmpty::fetchAll

File

drupal/core/lib/Drupal/Core/Database/StatementEmpty.php, line 57
Definition of Drupal\Core\Database\StatementEmpty

Class

StatementEmpty
Empty implementation of a database statement.

Namespace

Drupal\Core\Database

Code

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