public function DatabaseStatementEmpty::fetch

7.x database.inc public DatabaseStatementEmpty::fetch($mode = NULL, $cursor_orientation = NULL, $cursor_offset = NULL)

File

drupal-7.x/includes/database/database.inc, line 2255
Core systems for the database layer.

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function fetch($mode = NULL, $cursor_orientation = NULL, $cursor_offset = NULL) {
  return NULL;
}