public abstract static class TableQuery.Mixin extends Object implements TableQuery
TableQuery.Mixin| Constructor and Description |
|---|
Mixin() |
| Modifier and Type | Method and Description |
|---|---|
Table |
applyTo(Table table) |
String |
groupBy() |
String |
label() |
String |
limit() |
String |
offset() |
String |
options() |
String |
orderBy() |
String |
pivot() |
String |
select() |
String |
where() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittqpublic String select()
select in interface TableQuerypublic String where()
where in interface TableQuerypublic String groupBy()
groupBy in interface TableQuerypublic String pivot()
pivot in interface TableQuerypublic String orderBy()
orderBy in interface TableQuerypublic String limit()
limit in interface TableQuerypublic String offset()
offset in interface TableQuerypublic String label()
label in interface TableQuerypublic String options()
options in interface TableQuerypublic Table applyTo(Table table)
applyTo in interface TableQuery