@Deprecated public class SumOver<A extends java.lang.Number & java.lang.Comparable<? super A>> extends MutableExpressionBase<A>
SumOver doesn't provide the full interface for number expressions. To get an immutable copy with the full expressiveness of Number expressions, call getValue().
Use the functionality in SQLExpressions instead
| Constructor and Description |
|---|
SumOver(Expression<A> expr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Deprecated.
Accept the visitor with the given context
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
NumberExpression<A> |
getValue()
Deprecated.
|
SumOver<A> |
orderBy(Expression<?>... orderBy)
Deprecated.
|
SumOver<A> |
partition(Expression<?> partitionBy)
Deprecated.
|
getType, hashCode, toStringpublic SumOver(Expression<A> expr)
public NumberExpression<A> getValue()
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic SumOver<A> orderBy(Expression<?>... orderBy)
public SumOver<A> partition(Expression<?> partitionBy)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.