A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
cache — Static property in class com.memamsa.airdb.Reflector |
|
|
callProperty(name, ... rest) — Method in class com.memamsa.airdb.Associator |
| |
callProperty(name, ... rest) — Method in class com.memamsa.airdb.Modeler |
|
|
camelize(word) — Static method in class com.memamsa.airdb.Inflector |
|
Camelizes an underscored phrase
|
className — Property in class com.memamsa.airdb.Modeler |
|
Returns the unqualified class name for the model. |
column(name, dataType, options) — Method in class com.memamsa.airdb.Migrator |
|
Column specifier. |
columnTimestamps() — Method in class com.memamsa.airdb.Migrator |
|
Short-cut specifier to add created_at and updated_at DATETIME columns
|
com.memamsa.airdb — Package |
| AIR SQLite Object Relational Mapper for ActionScript |
count — Property in class com.memamsa.airdb.Associator |
|
Count the number of associated objects. |
count() — Method in class com.memamsa.airdb.Modeler |
|
Count the total number of records in the table for this model. |
countAll(query) — Method in class com.memamsa.airdb.Modeler |
|
Count the number of records matching specified query criteria
|
countByAttr(keyvals, target) — Method in class com.memamsa.airdb.Associator |
|
Count the number of associated targets matching specified criteria. |
create(values) — Method in class com.memamsa.airdb.Modeler |
|
Create a new record by combining field values in this instance with
the specified values. |
createTable(block) — Method in class com.memamsa.airdb.Migrator |
|
Create the database table corresponding to the model. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |