Uses of Package
com.todoroo.andlib.data

Packages that use com.todoroo.andlib.data
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 
com.todoroo.andlib.utility Todoroo Library utility classes 
com.todoroo.astrid.data Astrid data model classes and ContentResolver data access objects 
com.todoroo.astrid.sync Astrid synchronization helpers 
 

Classes in com.todoroo.andlib.data used by com.todoroo.andlib.data
AbstractDatabase
          AbstractDatabase is a database abstraction which wraps a SQLite database.
AbstractDatabase.DatabaseUpdateListener
          Interface for responding to database changes
AbstractModel
          AbstractModel represents a row in a database.
DatabaseDao.ModelUpdateListener
           
Property
          Property represents a typed column in a database.
Property.IntegerFunctionProperty
          Runs a SQL function and returns the result as a string
Property.IntegerProperty
          Integer property type.
Property.PropertyVisitor
          Visitor interface for property classes
Property.StringProperty
          String property type.
Table
          Table class.
TodorooCursor
          AstridCursor wraps a cursor and allows users to query for individual Property types or read an entire AbstractModel from a database row.
 

Classes in com.todoroo.andlib.data used by com.todoroo.andlib.sql
Property
          Property represents a typed column in a database.
Property.StringProperty
          String property type.
 

Classes in com.todoroo.andlib.data used by com.todoroo.andlib.utility
Property
          Property represents a typed column in a database.
 

Classes in com.todoroo.andlib.data used by com.todoroo.astrid.data
AbstractModel
          AbstractModel represents a row in a database.
ContentResolverDao
          DAO for reading and writing values from an Android ContentResolver
Property
          Property represents a typed column in a database.
Property.IntegerProperty
          Integer property type.
Property.LongProperty
          Long property type.
Property.StringProperty
          String property type.
Table
          Table class.
TodorooCursor
          AstridCursor wraps a cursor and allows users to query for individual Property types or read an entire AbstractModel from a database row.
 

Classes in com.todoroo.andlib.data used by com.todoroo.astrid.sync
Property
          Property represents a typed column in a database.
TodorooCursor
          AstridCursor wraps a cursor and allows users to query for individual Property types or read an entire AbstractModel from a database row.