function __construct($db, $otherSchema)
 {
     parent::__construct($db);
     $this->OtherSchema = $otherSchema;
     $this->CorrectSchema = false;
     $this->IsLintChecked = false;
 }
 function __construct($db)
 {
     parent::__construct($db);
 }
 function __construct($params)
 {
     parent::__construct($params);
 }