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 | |
---|---|---|---|
AIRServiceLocator
| com.ericfeminella.air.cairngorm.business |
AIRServiceLocator provides a mechanism from which AIR APIs,
specifically SQLConnection , SQLStatement ) can
be located (referenced) from the Cairngorm ServiceLocator
as a Service via SQLService . |
|
ISQLResponder
| com.ericfeminella.air.cairngorm.business |
ISQLResponder defines the contract for classes
which must provide a mechanism for handling asynchronous
SQLService callbacks. |
|
SQLService
| com.ericfeminella.air.cairngorm.business |
Provides an API from which Adobe AIR SQL specific classes can be
managed uniformly as a Service when building an application on
Adobe Cairngorm
|
|
SQLStatementHelper
| com.ericfeminella.air.cairngorm.business |
SQLStatementHelper is an all static utility class
which provides a mechanism for substituting tokens specified in
a raw statement with arbitrary values. |