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