(AIR only)

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
 EncryptedLocalStoreAIR-only The EncryptedLocalStore class provides methods for setting and getting objects in the encrypted local data store for an AIR application.
 SQLCollationTypeAIR-only This class contains the constants that represent the possible values for the defaultCollationType parameter of the SQLColumnSchema constructor, as well as the SQLColumnSchema.defaultCollationType property.
 SQLColumnNameStyleAIR-only This class contains the constants that represent the possible values for the SQLConnection.columnNameStyle property.
 SQLColumnSchemaAIR-only The SQLColumnSchema class provides information describing the characteristics of a specific column within a table in a database.
 SQLConnectionAIR-only A SQLConnection instance is used to manage the creation of and connection to local SQL database files (local databases).
 SQLIndexSchemaAIR-only A SQLIndexSchema instance provides information describing a specific index in a database.
 SQLModeAIR-only This class contains the constants that represent the possible values for the openMode parameter of the SQLConnection.open() and SQLConnection.openAsync() methods.
 SQLResultAIR-only The SQLResult class provides access to data returned in response to the execution of a SQL statement (a SQLStatement instance).
 SQLSchemaAIR-only The SQLSchema class is the base class for schema information for database objects such as tables, views, and indices.
 SQLSchemaResultAIR-only A SQLSchemaResult instance contains the information resulting from a call to the SQLConnection.loadSchema() method.
 SQLStatementAIR-only A SQLStatement instance is used to execute a SQL statement against a local SQL database that is open through a SQLConnection instance.
 SQLTableSchemaAIR-only A SQLTableSchema instance provides information describing a specific table in a database.
 SQLTransactionLockTypeAIR-only This class contains the constants that represent the possible values for the option parameter of the SQLConnection.begin() method.
 SQLTriggerSchemaAIR-only A SQLTriggerSchema instance provides information describing a specific trigger in a database.
 SQLViewSchemaAIR-only A SQLViewSchema instance provides information describing a specific view in a database.