/**
  * Get the PDO driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDriverName()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Illuminate\Database\PostgresConnection::getDriverName();
 }