-
class
Denotes ABS() operation on a given expression.
class
Denotes AVG() on a given Expression.
class
class
Denotes COUNT(e) Expression.
class
Denotes DISTINCT(e) Expression.
class
Denotes INDEX(e) Expression.
class
Denotes LENGTH(e) Expression.
class
Denotes LOWER(e) Expression.
class
Denotes MAX(e) Expression.
class
Denotes MIN(e) Expression.
class
Denotes SIZE(e) Expression.
class
Denotes SQRT(e) Expression.
class
Denotes SUBSTR(a,i1,i2) Expression.
class
Denotes SUM(e) Expression.
class
Denotes TRIM(e1,x) Expression.
class
Denotes TYPE(e) Expression.
class
class
Denotes UPPER(e) Expression.
Specify that the avg operation is to be applied.
Specify that the count operation is to be applied.
Specify that the max operation is to be applied.
Specify that the min operation is to be applied.
Specify that the sum operation is to be applied.