com.mysema.query.sql
Class SQLExpressions
java.lang.Object
com.mysema.query.sql.SQLExpressions
public final class SQLExpressions
- extends Object
Common SQL expressions
- Author:
- tiwe
Field Summary |
static com.mysema.query.types.Expression<Object[]> |
all
|
static com.mysema.query.types.Expression<Long> |
countAll
|
Method Summary |
static
<T extends Number>
com.mysema.query.types.expr.SimpleExpression<T> |
|
nextval(Class<T> type,
String sequence)
|
static com.mysema.query.types.expr.SimpleExpression<Long> |
nextval(String sequence)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
all
public static final com.mysema.query.types.Expression<Object[]> all
countAll
public static final com.mysema.query.types.Expression<Long> countAll
nextval
public static final com.mysema.query.types.expr.SimpleExpression<Long> nextval(String sequence)
nextval
public static final <T extends Number> com.mysema.query.types.expr.SimpleExpression<T> nextval(Class<T> type,
String sequence)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.