Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
Associator
| com.memamsa.airdb |
The Associator transparently maps schema relationships into
object aggregations. |
|
DB
| com.memamsa.airdb | DB constants, helpers and utilities. | |
IMigratable
| com.memamsa.airdb | IMigratable methods must be implemented by a migratable object. | |
Inflector
| com.memamsa.airdb | Word utilities to help map class names to tables and fields. | |
Migrator
| com.memamsa.airdb |
The Migrator accepts schema information for a
Modeler sub-class and automatically migrates the
database table and column definitions to reflect the schema specified
as part of the class definition. |
|
Modeler
| com.memamsa.airdb |
The Modeler provides base class functionality for Object
Relational Modeling of database tables, fields and operations. |
|
Reflector
| com.memamsa.airdb | Utilities for introspecting class and object metadata through reflection. | |
Relater
| com.memamsa.airdb |
The Relater provides a declarative mechanism to specify
associations between Modeler objects. |
|
SchemaInfo
| com.memamsa.airdb |
The SchemaInfo model maintains schema version information for
all the other models. |