com.mysema.query.sql
Class SQLExpressions

java.lang.Object
  extended by com.mysema.query.sql.SQLExpressions

public final class SQLExpressions
extends Object

Common SQL expressions

Author:
tiwe

Field Summary
static Expression<Object[]> all
           
static Expression<Long> countAll
           
 
Method Summary
static
<T extends Number>
SimpleExpression<T>
nextval(Class<T> type, String sequence)
           
static SimpleExpression<Long> nextval(String sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

public static final Expression<Object[]> all

countAll

public static final Expression<Long> countAll
Method Detail

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-2011 Mysema Ltd. All Rights Reserved.