public class DSLQueryFactoryUtil
extends java.lang.Object
Constructor and Description |
---|
DSLQueryFactoryUtil() |
Modifier and Type | Method and Description |
---|---|
static FromStep |
count() |
static FromStep |
countDistinct(Expression<?> expression) |
static FromStep |
select() |
static FromStep |
select(Expression<?>... expressions) |
static <T extends Table<T>> |
select(T table) |
static FromStep |
selectDistinct(Expression<?>... expressions) |
static <T extends Table<T>> |
selectDistinct(T table) |
public static FromStep count()
public static FromStep countDistinct(Expression<?> expression)
public static FromStep select()
public static FromStep select(Expression<?>... expressions)
public static FromStep selectDistinct(Expression<?>... expressions)