30 $return .=
' HAVING ';
32 $last = end($havings);
33 foreach ($havings as $having) {
34 $return .= $having->asSQLStatement($this->
getAr(), $db);
35 if ($having !== $last) {
36 $return .=
' ' . $having->getGlue() .
' ';
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
asSQLStatement(ilDBInterface $db)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...