public function DatabaseStatementEmpty::rewind
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 2296 - Core systems for the database layer.
Class
- DatabaseStatementEmpty
- Empty implementation of a database statement.
Código
public function rewind() {
// Nothing to do: our DatabaseStatement can't be rewound.
}