public function DatabaseStatementEmpty::setFetchMode

Archivo

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Código

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