Package ru.curs.celesta.score
Class Sum
- java.lang.Object
-
- ru.curs.celesta.score.Expr
-
- ru.curs.celesta.score.Sum
-
public final class Sum extends Expr
Created by ioann on 10.07.2017.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewColumnMeta<?>
getMeta()
Returns the expression type.Expr
getTerm()
-
Methods inherited from class ru.curs.celesta.score.Expr
getCSQL, getSQL, resolveFieldRefs
-
-
-
-
Method Detail
-
getMeta
public ViewColumnMeta<?> getMeta()
Description copied from class:Expr
Returns the expression type.
-
getTerm
public Expr getTerm()
-
-