function __construct($dsn, $username = null, $password = null, $driver_options = null)
 {
     parent::__construct($dsn, $username, $password, $driver_options);
 }