Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
flash.data 

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