public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::DB_CREATE;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::SHUTDOWN;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::DATASEGMENT_ADD;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::DATACLUSTER_REMOVE;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::RECORD_DELETE;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::CONFIG_SET;
 }
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->opType = OrientDBCommandAbstract::TX_COMMIT;
 }