Package | flash.errors |
Class | public class SQLErrorOperation |
Inheritance | SQLErrorOperation ![]() |
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
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Indicates that the SQLConnection.analyze() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.attach() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.begin() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.close() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.commit() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.compact() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.deanalyze() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.detach() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that either the SQLStatement.execute() method
or the SQLStatement.next() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.reencrypt() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.rollback() method was called. | SQLErrorOperation | ||
![]() [static]
Indicates that the SQLConnection.loadSchema() method was called. | SQLErrorOperation |
![]() | Constant |
public static const ANALYZE:String = "analyze"
Indicates that the SQLConnection.analyze()
method was called.
See also
![]() | Constant |
public static const ATTACH:String = "attach"
Indicates that the SQLConnection.attach()
method was called.
See also
![]() | Constant |
public static const BEGIN:String = "begin"
Indicates that the SQLConnection.begin()
method was called.
See also
![]() | Constant |
public static const CLOSE:String = "close"
Indicates that the SQLConnection.close()
method was called.
See also
![]() | Constant |
public static const COMMIT:String = "commit"
Indicates that the SQLConnection.commit()
method was called.
See also
![]() | Constant |
public static const COMPACT:String = "compact"
Indicates that the SQLConnection.compact()
method was called.
See also
![]() | Constant |
public static const DEANALYZE:String = "deanalyze"
Indicates that the SQLConnection.deanalyze()
method was called.
See also
![]() | Constant |
public static const DETACH:String = "detach"
Indicates that the SQLConnection.detach()
method was called.
See also
![]() | Constant |
public static const EXECUTE:String = "execute"
Indicates that either the SQLStatement.execute()
method
or the SQLStatement.next()
method was called.
See also
![]() | Constant |
public static const OPEN:String = "open"
Indicates that either the SQLConnection.open()
method or the SQLConnection.openAsync()
method was called.
See also
![]() | Constant |
public static const REENCRYPT:String = "reencrypt"
Indicates that the SQLConnection.reencrypt()
method was called.
See also
![]() | Constant |
public static const ROLLBACK:String = "rollback"
Indicates that the SQLConnection.rollback()
method was called.
See also
![]() | Constant |
public static const SCHEMA:String = "schema"
Indicates that the SQLConnection.loadSchema()
method was called.
See also