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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
all
public static final Expression<Object[]> all
countAll
public static final Expression<Long> countAll
nextval
public static final SimpleExpression<Long> nextval(String sequence)
nextval
public static final <T extends Number> SimpleExpression<T> nextval(Class<T> type,
String sequence)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.