}
 public function getSql()
 {
     return 'SELECT ' . CalemJson::arrayToSql($this->select, ',');
Exemple #2
0
 public function getSql()
 {
     return '(' . CalemJson::arrayToSql($this->exprs, $this->type) . ")";
 }