public function DatabaseStatementEmpty::key in Drupal 7
File
- includes/
database/ database.inc, line 2402 - Core systems for the database layer.
Class
- DatabaseStatementEmpty
- Empty implementation of a database statement.
Code
public function key() {
return NULL;
}