Ejemplo n.º 1
0
 protected function localizeVariables()
 {
     parent::localizeVariables();
     unset($this->specifications[self::LIMIT]);
     unset($this->specifications[self::OFFSET]);
     $this->specifications['LIMITOFFSET'] = null;
 }
Ejemplo n.º 2
0
 protected function localizeVariables()
 {
     parent::localizeVariables();
     if ($this->limit === null && $this->offset !== null) {
         $this->specifications[self::LIMIT] = 'LIMIT 18446744073709551615';
     }
 }
Ejemplo n.º 3
0
 /**
  * {@inheritDoc}
  */
 protected function localizeVariables()
 {
     parent::localizeVariables();
     $this->specifications[self::COMBINE] = '%1$s %2$s';
 }