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