-
Method Summary
Modifier and Type |
Method |
Description |
SelectionQueryImpl |
all() |
|
SelectionQueryImpl |
as(String aliasName) |
|
SelectionQueryImpl |
column(String name) |
|
SelectionQueryImpl |
cop(String column,
String op,
Object arg2) |
|
SelectionQueryImpl |
cop(SimpleClause simpleClause) |
|
SelectionQueryImpl |
count(Object column) |
|
SelectionQueryImpl |
countAll() |
|
SelectionQueryImpl |
distinct() |
|
SelectQueryImpl |
from(String database) |
|
SelectQueryImpl |
from(String database,
String table) |
|
SelectQueryImpl |
from(String database,
String[] table) |
|
SelectQueryImpl |
fromRaw(String database,
String text) |
|
SelectionSubQueryImpl<SelectQueryImpl> |
fromSubQuery(String database) |
|
SelectSubQueryImpl<SelectQueryImpl> |
fromSubQuery(String database,
String table) |
|
SelectSubQueryImpl<SelectQueryImpl> |
fromSubQuery(String database,
String[] tables) |
|
SelectSubQueryImpl<SelectQueryImpl> |
fromSubQueryRaw(String database,
String text) |
|
SelectionQueryImpl |
function(String name,
Object... parameters) |
|
SelectionQueryImpl |
into(String measurement) |
|
SelectionQueryImpl |
max(Object column) |
|
SelectionQueryImpl |
mean(Object column) |
|
SelectionQueryImpl |
min(Object column) |
|
SelectionQueryImpl |
op(Object arg1,
String op,
Object arg2) |
|
SelectionQueryImpl |
op(OperationClause operationClause) |
|
SelectionQueryImpl |
raw(String text) |
|
SelectionQueryImpl |
regex(String clause) |
|
SelectionQueryImpl |
requiresPost() |
|
SelectionQueryImpl |
sum(Object column) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait