|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| com.todoroo.andlib.data | Todoroo Library classes for the data layer: accessing data from a database or
ContentResolver |
| com.todoroo.astrid.data | Astrid data model classes and ContentResolver data access objects |
| Uses of Table in com.todoroo.andlib.data |
|---|
| Fields in com.todoroo.andlib.data declared as Table | |
|---|---|
Table |
Property.table
The database table name this property |
| Methods in com.todoroo.andlib.data that return Table | |
|---|---|
Table |
Table.as(java.lang.String newAlias)
Create a new join table based on this table, but with an alias |
Table |
DatabaseDao.getTable()
Gets table associated with this DAO |
Table |
AbstractDatabase.getTable(java.lang.Class<? extends AbstractModel> modelType)
Return the name of the table containing these models |
| Constructors in com.todoroo.andlib.data with parameters of type Table | |
|---|---|
Property.DoubleProperty(Table table,
java.lang.String name)
|
|
Property.IntegerProperty(Table table,
java.lang.String name)
|
|
Property.LongProperty(Table table,
java.lang.String name)
|
|
Property.StringProperty(Table table,
java.lang.String name)
|
|
| Uses of Table in com.todoroo.astrid.data |
|---|
| Fields in com.todoroo.astrid.data declared as Table | |
|---|---|
static Table |
Metadata.TABLE
table for this model |
static Table |
StoreObject.TABLE
table for this model |
static Table |
TagData.TABLE
table for this model |
static Table |
Task.TABLE
table for this model |
static Table |
Update.TABLE
table for this model |
static Table |
User.TABLE
table for this model |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||