SelectionQueryImpl |
SelectionQueryImpl.all() |
SelectionQueryImpl |
SelectionQueryImpl.as(String aliasName) |
SelectionQueryImpl |
SelectionQueryImpl.column(String name) |
SelectionQueryImpl |
SelectionQueryImpl.cop(SimpleClause simpleClause) |
SelectionQueryImpl |
SelectionQueryImpl.cop(String column,
String op,
Object arg2) |
SelectionQueryImpl |
SelectionQueryImpl.count(Object column) |
SelectionQueryImpl |
SelectionQueryImpl.countAll() |
SelectionQueryImpl |
SelectionQueryImpl.distinct() |
SelectionQueryImpl |
SelectionQueryImpl.function(String name,
Object... parameters) |
SelectionQueryImpl |
SelectionQueryImpl.into(String measurement) |
SelectionQueryImpl |
SelectionQueryImpl.max(Object column) |
SelectionQueryImpl |
SelectionQueryImpl.mean(Object column) |
SelectionQueryImpl |
SelectionQueryImpl.min(Object column) |
SelectionQueryImpl |
SelectionQueryImpl.op(Object arg1,
String op,
Object arg2) |
SelectionQueryImpl |
SelectionQueryImpl.op(OperationClause operationClause) |
SelectionQueryImpl |
SelectionQueryImpl.raw(String text) |
SelectionQueryImpl |
SelectionQueryImpl.regex(String clause) |
SelectionQueryImpl |
SelectionQueryImpl.requiresPost() |
static SelectionQueryImpl |
BuiltQuery.QueryBuilder.select(Object... columns) |
static SelectionQueryImpl |
BuiltQuery.QueryBuilder.select(String... columns) |
SelectionQueryImpl |
SelectionQueryImpl.sum(Object column) |