Exemple #1
0
 /**
  * This function sets an "offset" constraint on the statement.
  *
  * @access public
  * @param integer $offset                       the "offset" constraint
  * @return DB_SQL_Update_Proxy                  a reference to the current instance
  */
 public function offset($offset)
 {
     $this->builder->offset($offset);
     return $this;
 }