public function removeRange($values) { if (!Utilities::isIterable($values)) { throw PinqException::invalidIterable(__METHOD__, $values); } $this->executeQuery($this->newMethod(__FUNCTION__, [$values])); }
protected final function loadRequest(Queries\IRequestQuery $request, Queries\IResolvedParameterRegistry $resolvedParameters) { //Due to overriding parent::loadRequestExpression, this should never be called. throw PinqException::notSupported(__METHOD__); }
public function offsetUnset($index) { throw PinqException::notSupported(__METHOD__); }
protected function executeOperation(Queries\IOperationQuery $operation, Queries\IResolvedParameterRegistry $resolvedParameters) { //Overrides parent::executeOperationExpression throw PinqException::notSupported(__METHOD__); }