#include "roundingexpression.h"
Go to the source code of this file.
Classes | |
class | FunctCeilingExpression |
Represents XQuery standard function fn:ceiling . More... | |
Defines | |
#define | OUTPUT_CEILING_ON_NON_VALUE "" |
#define | OUTPUT_CEILING_ON_NON_VALUE "" |
Header file specifying constructors, destructor and functions for functceilingexpression.cpp.
Definition in file functceilingexpression.h.
#define OUTPUT_CEILING_ON_NON_VALUE "" |
The value which is outputted or returned respectively if the argument of rounding function fn:ceiling
has no result, i.e. the corresponding aggregate function is called on an empty sequence.
Definition at line 48 of file functceilingexpression.h.
Referenced by FunctCeilingExpression::eval().