public function DatabaseStatementEmpty::current

7.x database.inc public DatabaseStatementEmpty::current()

File

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function current() {
  return NULL;
}