Interfaces
 InterfaceDescription
 ISQLResponder ISQLResponder defines the contract for classes which must provide a mechanism for handling asynchronous SQLService callbacks.
Classes
 ClassDescription
 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

SQLService wraps both the SQLStatement and SQLConnection in order to provide a Service from which CRUD operations can be performed on a SQLite database in the same manner as one would access typical RPC Services.

 SQLStatementHelper SQLStatementHelper is an all static utility class which provides a mechanism for substituting tokens specified in a raw statement with arbitrary values.