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

Packages that use DBObject
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 DBObject in com.todoroo.andlib.data
 

Subclasses of DBObject in com.todoroo.andlib.data
 class Property<TYPE>
          Property represents a typed column in a database.
static class Property.CountProperty
          Counting in aggregated tables.
static class Property.DoubleProperty
          Double property type.
static class Property.IntegerFunctionProperty
          Runs a SQL function and returns the result as a string
static class Property.IntegerProperty
          Integer property type.
static class Property.LongProperty
          Long property type.
static class Property.StringFunctionProperty
          Runs a SQL function and returns the result as a string
static class Property.StringProperty
          String property type.
 class Table
          Table class.
 

Uses of DBObject in com.todoroo.andlib.sql
 

Classes in com.todoroo.andlib.sql with type parameters of type DBObject
 class DBObject<T extends DBObject<?>>
           
 

Subclasses of DBObject in com.todoroo.andlib.sql
 class Field
           
 class SqlTable