/**
  * Get scope value by clause
  *
  * @return $scope
  */
 public function getQuery()
 {
     return Parser::get($this->scope, $this->connection, true, true);
 }