public class QueryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static Select |
select(SelectResult... results)
Create a SELECT statement instance that you can use further
(e.g.
|
static Select |
selectDistinct(SelectResult... results)
Create a SELECT DISTINCT statement instance that you can use further
(e.g.
|
public static Select select(SelectResult... results)
results
- The array of the SelectResult object for specifying the returned values.public static Select selectDistinct(SelectResult... results)
results
- The array of the SelectResult object for specifying the returned values.