|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<D>
com.mysema.query.types.expr.EComparableBase<D>
com.mysema.query.types.expr.ENumber<A>
com.mysema.query.sql.oracle.SumOver<A>
public class SumOver<A extends Number & Comparable<? super A>>
SumOver is a fluent type for Oracle specific sum over / partition by / order by constructs
Field Summary |
---|
Fields inherited from class com.mysema.query.types.Expr |
---|
primitive |
Constructor Summary | |
---|---|
SumOver(Expr<A> expr)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<R,C> v,
C context)
|
|
boolean |
equals(Object o)
|
|
int |
hashCode()
|
|
SumOver<A> |
order(Expr<?>... orderBy)
|
|
SumOver<A> |
partition(Expr<?> partitionBy)
|
Methods inherited from class com.mysema.query.types.expr.ENumber |
---|
abs, add, add, as, as, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, gt, gt, in, intValue, loe, loe, longValue, lt, lt, max, max, min, min, mod, mod, multiply, multiply, negate, notBetween, notBetween, notIn, random, round, shortValue, sqrt, subtract, subtract, sum |
Methods inherited from class com.mysema.query.types.expr.EComparableBase |
---|
asc, desc, stringValue |
Methods inherited from class com.mysema.query.types.expr.ESimple |
---|
asExpr, count, countDistinct, eq, eq, in, in, ne, ne, when, when |
Methods inherited from class com.mysema.query.types.Expr |
---|
getType, notIn, notIn, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SumOver(Expr<A> expr)
Method Detail |
---|
public <R,C> R accept(Visitor<R,C> v, C context)
accept
in class Expr<A extends Number & Comparable<? super A>>
public boolean equals(Object o)
equals
in class Expr<A extends Number & Comparable<? super A>>
public int hashCode()
hashCode
in class Expr<A extends Number & Comparable<? super A>>
public SumOver<A> order(Expr<?>... orderBy)
public SumOver<A> partition(Expr<?> partitionBy)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |