Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.errors 
SQLErrorOperation 
Packageflash.errors
Classpublic class SQLErrorOperation
InheritanceSQLErrorOperation Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

This class contains the constants that represent the possible values for the SQLError.operation property. These values indicate the attempted operation that caused the error to occur.

Each value represents one of the operations of the SQLConnection class or the SQLStatement class.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  AIR-only ANALYZE : String = "analyze"
[static] Indicates that the SQLConnection.analyze() method was called.
SQLErrorOperation
  AIR-only ATTACH : String = "attach"
[static] Indicates that the SQLConnection.attach() method was called.
SQLErrorOperation
  AIR-only BEGIN : String = "begin"
[static] Indicates that the SQLConnection.begin() method was called.
SQLErrorOperation
  AIR-only CLOSE : String = "close"
[static] Indicates that the SQLConnection.close() method was called.
SQLErrorOperation
  AIR-only COMMIT : String = "commit"
[static] Indicates that the SQLConnection.commit() method was called.
SQLErrorOperation
  AIR-only COMPACT : String = "compact"
[static] Indicates that the SQLConnection.compact() method was called.
SQLErrorOperation
  AIR-only DEANALYZE : String = "deanalyze"
[static] Indicates that the SQLConnection.deanalyze() method was called.
SQLErrorOperation
  AIR-only DETACH : String = "detach"
[static] Indicates that the SQLConnection.detach() method was called.
SQLErrorOperation
  AIR-only EXECUTE : String = "execute"
[static] Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.
SQLErrorOperation
  AIR-only OPEN : String = "open"
[static] Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called.
SQLErrorOperation
  AIR-only REENCRYPT : String = "reencrypt"
[static] Indicates that the SQLConnection.reencrypt() method was called.
SQLErrorOperation
  AIR-only ROLLBACK : String = "rollback"
[static] Indicates that the SQLConnection.rollback() method was called.
SQLErrorOperation
  AIR-only SCHEMA : String = "schema"
[static] Indicates that the SQLConnection.loadSchema() method was called.
SQLErrorOperation
Constant Detail
AIR-only 

ANALYZE

Constant
public static const ANALYZE:String = "analyze"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.analyze() method was called.

See also

AIR-only 

ATTACH

Constant 
public static const ATTACH:String = "attach"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.attach() method was called.

See also

AIR-only 

BEGIN

Constant 
public static const BEGIN:String = "begin"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.begin() method was called.

See also

AIR-only 

CLOSE

Constant 
public static const CLOSE:String = "close"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.close() method was called.

See also

AIR-only 

COMMIT

Constant 
public static const COMMIT:String = "commit"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.commit() method was called.

See also

AIR-only 

COMPACT

Constant 
public static const COMPACT:String = "compact"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.compact() method was called.

See also

AIR-only 

DEANALYZE

Constant 
public static const DEANALYZE:String = "deanalyze"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.deanalyze() method was called.

See also

AIR-only 

DETACH

Constant 
public static const DETACH:String = "detach"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.detach() method was called.

See also

AIR-only 

EXECUTE

Constant 
public static const EXECUTE:String = "execute"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.

See also

AIR-only 

OPEN

Constant 
public static const OPEN:String = "open"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called.

See also

AIR-only 

REENCRYPT

Constant 
public static const REENCRYPT:String = "reencrypt"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.5

Indicates that the SQLConnection.reencrypt() method was called.

See also

AIR-only 

ROLLBACK

Constant 
public static const ROLLBACK:String = "rollback"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.rollback() method was called.

See also

AIR-only 

SCHEMA

Constant 
public static const SCHEMA:String = "schema"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0

Indicates that the SQLConnection.loadSchema() method was called.

See also