Interface | Description | |
---|---|---|
ISQLResponder |
ISQLResponder defines the contract for classes
which must provide a mechanism for handling asynchronous
SQLService callbacks. |
Class | Description | |
---|---|---|
AIRServiceLocator |
AIRServiceLocator provides a mechanism from which AIR APIs,
specifically SQLConnection , SQLStatement ) can
be located (referenced) from the Cairngorm ServiceLocator
as a Service via SQLService . |
|
SQLService |
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 |
SQLStatementHelper is an all static utility class
which provides a mechanism for substituting tokens specified in
a raw statement with arbitrary values. |