コード例 #1
0
ファイル: BaseQuery.php プロジェクト: cgslivre/database-1
 /**
  * @return  $this
  */
 public function distinct()
 {
     $this->query->distinct();
     return $this;
 }