1.20.x database.inc public DatabaseStatementEmpty::next()

File

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

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function next() {
  // Do nothing, since this is an always-empty implementation.
}