/**
  *
  * Returns the underlying PDO connection object.
  *
  * @return PDO or Null if connection was manually disconnected
  *
  */
 public function getPdo()
 {
     return $this->pdo->getPdo();
 }