com.mysema.query.sql.mssql
Class RowNumber
java.lang.Object
com.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<Long>
com.mysema.query.sql.mssql.RowNumber
- All Implemented Interfaces:
- Serializable
public class RowNumber
- extends ESimple<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, as, asExpr, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
RowNumber
public RowNumber()
accept
public <R,C> R accept(Visitor<R,C> v,
C context)
- Specified by:
accept
in class Expr<Long>
orderBy
public RowNumber orderBy(OrderSpecifier<?>... order)
orderBy
public RowNumber orderBy(EComparable<?>... order)
partitionBy
public RowNumber partitionBy(Expr<?>... exprs)
as
public RowNumber as(PNumber<Long> target)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Expr<Long>
equals
public boolean equals(Object o)
- Specified by:
equals
in class Expr<Long>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.