Exemplo n.º 1
0
 function visitSirelNodeFunctionsCount(Node\Functions\Count $node)
 {
     return $this->platform->getCountExpression($this->visit($node->getChildren()));
 }
Exemplo n.º 2
0
Arquivo: ToSql.php Projeto: chh/sirel
 function visitSirelNodeFunctionsCount(Node\Functions\Count $node)
 {
     return "COUNT(" . $this->visit($node->getChildren()) . ")";
 }