|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
com.todoroo.andlib.data | Todoroo Library classes for the data layer: accessing data from a database or
ContentResolver |
com.todoroo.andlib.sql | Fork of sql-dsl |
Uses of Query in com.todoroo.andlib.data |
---|
Methods in com.todoroo.andlib.data with parameters of type Query | |
---|---|
TodorooCursor<TYPE> |
ContentResolverDao.query(Query query)
Query content provider |
TodorooCursor<TYPE> |
DatabaseDao.query(Query query)
Construct a query with SQL DSL objects |
Uses of Query in com.todoroo.andlib.sql |
---|
Methods in com.todoroo.andlib.sql that return Query | |
---|---|
Query |
Query.appendSelectFields(Property<?>... selectFields)
|
Query |
Query.from(SqlTable fromTable)
|
Query |
Query.groupBy(Field... groupBy)
|
Query |
Query.having(Criterion criterion)
|
Query |
Query.join(Join... join)
|
Query |
Query.limit(int limit)
|
Query |
Query.orderBy(Order... order)
|
static Query |
Query.select(Field... fields)
|
static Query |
Query.selectDistinct(Field... fields)
|
Query |
Query.where(Criterion criterion)
|
Query |
Query.withQueryTemplate(java.lang.String template)
Add the SQL query template (comes after the "from") |
Methods in com.todoroo.andlib.sql with parameters of type Query | |
---|---|
static Criterion |
Criterion.exists(Query query)
|
Criterion |
Field.in(Query query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |