1 database.inc public DatabaseStatementEmpty::setFetchMode($mode, $a1 = NULL, $a2 = array())

File

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function setFetchMode($mode, $a1 = NULL, $a2 = array()) {
  return;
}