com.mysema.query.sql.oracle
Class SumOver<A extends Number & Comparable<? super A>>

java.lang.Object
  extended by com.mysema.query.types.Expr<D>
      extended by com.mysema.query.types.expr.ESimple<D>
          extended by com.mysema.query.types.expr.EComparableBase<D>
              extended by com.mysema.query.types.expr.ENumber<A>
                  extended by com.mysema.query.sql.oracle.SumOver<A>
All Implemented Interfaces:
Serializable

public class SumOver<A extends Number & Comparable<? super A>>
extends ENumber<A>

SumOver is a fluent type for Oracle specific sum over / partition by / order by constructs

Version:
$Id$
Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
SumOver(Expr<A> expr)
           
 
Method Summary
 void accept(Visitor v)
           
 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, 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, 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
count, countDistinct, eq, eq, in, in, ne, ne, when, when
 
Methods inherited from class com.mysema.query.types.Expr
asExpr, getType, notIn, notIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SumOver

public SumOver(Expr<A> expr)
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in class Expr<A extends Number & Comparable<? super A>>

equals

public boolean equals(Object o)
Specified by:
equals in class Expr<A extends Number & Comparable<? super A>>

hashCode

public int hashCode()
Overrides:
hashCode in class Expr<A extends Number & Comparable<? super A>>

order

public SumOver<A> order(Expr<?>... orderBy)

partition

public SumOver<A> partition(Expr<?> partitionBy)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.