com.mysema.query.sql.mssql
Class RowNumber
java.lang.Object
com.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<java.lang.Long>
com.mysema.query.sql.mssql.RowNumber
- All Implemented Interfaces:
- java.io.Serializable
public class RowNumber
- extends ESimple<java.lang.Long>
RowNumber supports row_number constructs for MS SQL Server
- Author:
- tiwe
- See Also:
- Serialized Form
Fields inherited from class com.mysema.query.types.Expr |
primitive |
Methods inherited from class com.mysema.query.types.expr.ESimple |
as, asExpr, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RowNumber
public RowNumber()
accept
public void accept(Visitor v)
- Specified by:
accept
in class Expr<java.lang.Long>
orderBy
public RowNumber orderBy(OrderSpecifier<?>... order)
orderBy
public RowNumber orderBy(EComparable<?>... order)
partitionBy
public RowNumber partitionBy(Expr<?>... exprs)
as
public RowNumber as(PNumber<java.lang.Long> target)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Expr<java.lang.Long>
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in class Expr<java.lang.Long>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.