Uses of Class
com.todoroo.andlib.sql.QueryTemplate

Packages that use QueryTemplate
com.todoroo.andlib.sql Fork of sql-dsl 
com.todoroo.astrid.api Astrid API constants and container packages 
 

Uses of QueryTemplate in com.todoroo.andlib.sql
 

Methods in com.todoroo.andlib.sql that return QueryTemplate
 QueryTemplate QueryTemplate.groupBy(Field... groupBy)
           
 QueryTemplate QueryTemplate.having(Criterion criterion)
           
 QueryTemplate QueryTemplate.join(Join... join)
           
 QueryTemplate QueryTemplate.limit(int limitValue)
           
 QueryTemplate QueryTemplate.orderBy(Order... order)
           
 QueryTemplate QueryTemplate.where(Criterion criterion)
           
 

Uses of QueryTemplate in com.todoroo.astrid.api
 

Constructors in com.todoroo.astrid.api with parameters of type QueryTemplate
Filter(java.lang.String listingTitle, java.lang.String title, QueryTemplate sqlQuery, android.content.ContentValues valuesForNewTasks)
          Utility constructor for creating a Filter object
FilterWithCustomIntent(java.lang.String listingTitle, java.lang.String title, QueryTemplate sqlQuery, android.content.ContentValues valuesForNewTasks)
           
FilterWithUpdate(java.lang.String listingTitle, java.lang.String title, QueryTemplate sqlQuery, android.content.ContentValues valuesForNewTasks)