com.mysema.query.sql.mssql
Class SQLServerGrammar
java.lang.Object
com.mysema.query.sql.mssql.SQLServerGrammar
public final class SQLServerGrammar
- extends Object
Convenience functions and constants for SQL Server usage
- Author:
- tiwe
Field Summary |
static com.mysema.query.types.path.NumberPath<Long> |
rn
|
static com.mysema.query.types.expr.NumberExpression<Long> |
rowNumber
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowNumber
public static final com.mysema.query.types.expr.NumberExpression<Long> rowNumber
rn
public static final com.mysema.query.types.path.NumberPath<Long> rn
rowNumber
public static RowNumber rowNumber()
datediff
public static <D extends Comparable<D>> com.mysema.query.types.expr.NumberExpression<Integer> datediff(DatePart datePart,
D start,
D end)
dateadd
public static <D extends Comparable<D>> com.mysema.query.types.expr.DateExpression<D> dateadd(DatePart datePart,
int num,
D date)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.