Returns the key this connection is associated with.
Return value
The key of this connection.
File
 
   - drupal/includes/database/database.inc, line 546
- Core systems for the database layer.
Class
  
  - DatabaseConnection 
- Base Database API class.
Code
public function getKey() {
  return $this->key;
}