예제 #1
0
 function visitSirelNodeFunctionsCount(Node\Functions\Count $node)
 {
     return $this->platform->getCountExpression($this->visit($node->getChildren()));
 }
예제 #2
0
파일: ToSql.php 프로젝트: chh/sirel
 function visitSirelNodeFunctionsCount(Node\Functions\Count $node)
 {
     return "COUNT(" . $this->visit($node->getChildren()) . ")";
 }