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  
services — Property in class com.ericfeminella.air.cairngorm.business.AIRServiceLocator
Defines the SQLServices instance which contains a reference to all SQLService defined on a AIRServiceLocator instance
SQLService — Class in package 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

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.

SQLService() — Constructor in class com.ericfeminella.air.cairngorm.business.SQLService
Creates a new instance of SQLService and initiates members
SQLStatementHelper — Final class in package 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.
_statement — Property in class com.ericfeminella.air.cairngorm.business.SQLService
Defines the SQLStatement from which queries are executed
statement — Property in class com.ericfeminella.air.cairngorm.business.SQLService
Retrieves the SQLService SQLStatement instance
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