The flash.data package contains classes used for working with Adobe AIR local SQL databases. Adobe AIR includes a SQL database engine that supports the creation and use of local databases from within AIR applications. For information about SQL language and data type support in the runtime, see the appendix SQL support in local databases.



Classes
 ClassDescription
 EncryptedLocalStore AIR-onlyThe EncryptedLocalStore class provides methods for setting and getting objects in the encrypted local data store for an AIR application.
 SQLCollationType AIR-onlyThis class contains the constants that represent the possible values for the defaultCollationType parameter of the SQLColumnSchema constructor, as well as the SQLColumnSchema.defaultCollationType property.
 SQLColumnNameStyle AIR-onlyThis class contains the constants that represent the possible values for the SQLConnection.columnNameStyle property.
 SQLColumnSchema AIR-onlyThe SQLColumnSchema class provides information describing the characteristics of a specific column within a table in a database.
 SQLConnection AIR-onlyA SQLConnection instance is used to manage the creation of and connection to local SQL database files (local databases).
 SQLIndexSchema AIR-onlyA SQLIndexSchema instance provides information describing a specific index in a database.
 SQLMode AIR-onlyThis class contains the constants that represent the possible values for the openMode parameter of the SQLConnection.open() and SQLConnection.openAsync() methods.
 SQLResult AIR-onlyThe SQLResult class provides access to data returned in response to the execution of a SQL statement (a SQLStatement instance).
 SQLSchema AIR-onlyThe SQLSchema class is the base class for schema information for database objects such as tables, views, and indices.
 SQLSchemaResult AIR-onlyA SQLSchemaResult instance contains the information resulting from a call to the SQLConnection.loadSchema() method.
 SQLStatement AIR-onlyA SQLStatement instance is used to execute a SQL statement against a local SQL database that is open through a SQLConnection instance.
 SQLTableSchema AIR-onlyA SQLTableSchema instance provides information describing a specific table in a database.
 SQLTransactionLockType AIR-onlyThis class contains the constants that represent the possible values for the option parameter of the SQLConnection.begin() method.
 SQLTriggerSchema AIR-onlyA SQLTriggerSchema instance provides information describing a specific trigger in a database.
 SQLViewSchema AIR-onlyA SQLViewSchema instance provides information describing a specific view in a database.