Package ru.curs.celesta.score
Class Max
- java.lang.Object
-
- ru.curs.celesta.score.Expr
-
- ru.curs.celesta.score.Max
-
public final class Max 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.-
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.
-
-