public class Select
extends java.lang.Object
.
Modifier and Type | Method and Description |
---|---|
static FromPath |
select(Expression... expressions) |
static FromPath |
select(java.lang.String... expressions) |
static FromPath |
selectAll(Expression... expressions) |
static FromPath |
selectAll(java.lang.String... expressions) |
static FromPath |
selectDistinct(Expression... expressions) |
static FromPath |
selectDistinct(java.lang.String... expressions) |
static FromPath |
selectRaw(Expression expression) |
static FromPath |
selectRaw(java.lang.String expression) |
public static FromPath select(Expression... expressions)
public static FromPath select(java.lang.String... expressions)
public static FromPath selectAll(Expression... expressions)
public static FromPath selectAll(java.lang.String... expressions)
public static FromPath selectDistinct(Expression... expressions)
public static FromPath selectDistinct(java.lang.String... expressions)
public static FromPath selectRaw(Expression expression)
public static FromPath selectRaw(java.lang.String expression)