/**
  *
  * Gets the most recent error code.
  *
  * @return mixed
  *
  */
 public function errorCode()
 {
     return $this->pdo->errorCode();
 }