com.mysema.query.sql.oracle
Class OracleGrammar
java.lang.Object
com.mysema.query.sql.oracle.OracleGrammar
public final class OracleGrammar
- extends Object
Convenience functions and constants for Oracle DB usage
- Author:
- tiwe
Field Summary |
static com.mysema.query.types.expr.NumberExpression<Integer> |
level
|
static com.mysema.query.types.expr.NumberExpression<Integer> |
rownum
|
static com.mysema.query.types.expr.DateExpression<Date> |
sysdate
|
Method Summary |
static
|
sumOver(com.mysema.query.types.Expression<A> expr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
level
public static final com.mysema.query.types.expr.NumberExpression<Integer> level
rownum
public static final com.mysema.query.types.expr.NumberExpression<Integer> rownum
sysdate
public static final com.mysema.query.types.expr.DateExpression<Date> sysdate
sumOver
public static <A extends Number & Comparable<? super A>> SumOver<A> sumOver(com.mysema.query.types.Expression<A> expr)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.