예제 #1
0
 /**
  * @param Sabel_Db_Statement $stmt
  *
  * @return Sabel_Db_Statement
  */
 protected function prepareSelect(Sabel_Db_Statement $stmt)
 {
     return $stmt->projection($this->projection)->where($this->getCondition()->build($stmt))->constraints($this->constraints);
 }