Paket | flash.errors |
Klass | public class SQLErrorOperation |
Arv | SQLErrorOperation Object |
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
SQLError.operation
-egenskapen. Dessa värden anger åtgärden som försöktes som gjorde att felet uppstod.
Varje värde representerar en av åtgärderna i SQLConnection-klassen eller SQLStatement-klassen.
Relaterade API-element
Konstant | Definieras med | ||
---|---|---|---|
ANALYZE : String = "analyze" [statisk]
Anger att SQLConnection.analyze()-metoden anropades. | SQLErrorOperation | ||
ATTACH : String = "attach" [statisk]
Anger att SQLConnection.attach()-metoden anropades. | SQLErrorOperation | ||
BEGIN : String = "begin" [statisk]
Anger att SQLConnection.begin()-metoden anropades. | SQLErrorOperation | ||
CLOSE : String = "close" [statisk]
Anger att SQLConnection.close()-metoden anropades. | SQLErrorOperation | ||
COMMIT : String = "commit" [statisk]
Anger att SQLConnection.commit()-metoden anropades. | SQLErrorOperation | ||
COMPACT : String = "compact" [statisk]
Anger att SQLConnection.compact()-metoden anropades. | SQLErrorOperation | ||
DEANALYZE : String = "deanalyze" [statisk]
Anger att SQLConnection.deanalyze()-metoden anropades. | SQLErrorOperation | ||
DETACH : String = "detach" [statisk]
Anger att SQLConnection.detach()-metoden anropades. | SQLErrorOperation | ||
EXECUTE : String = "execute" [statisk]
Anger att varken SQLConnection.execute()-metoden eller SQLStatement.next()-metoden anropades. | SQLErrorOperation | ||
OPEN : String = "open" [statisk]
Anger att varken SQLConnection.open()-metoden eller SQLStatement.openAsync()-metoden anropades. | SQLErrorOperation | ||
REENCRYPT : String = "reencrypt" [statisk]
Anger att metoden SQLConnection.reencrypt() anropades. | SQLErrorOperation | ||
RELEASE_SAVEPOINT : String = "releaseSavepoint" [statisk]
Anger att SQLConnection.releaseSavepoint()-metoden anropades. | SQLErrorOperation | ||
ROLLBACK : String = "rollback" [statisk]
Anger att SQLConnection.rollback()-metoden anropades. | SQLErrorOperation | ||
ROLLBACK_TO_SAVEPOINT : String = "rollbackToSavepoint" [statisk]
Anger att SQLConnection.rollbackToSavepoint()-metoden anropades. | SQLErrorOperation | ||
SCHEMA : String = "schema" [statisk]
Anger att SQLConnection.loadSchema()-metoden anropades. | SQLErrorOperation | ||
SET_SAVEPOINT : String = "setSavepoint" [statisk]
Anger att SQLConnection.setSavepoint()-metoden anropades. | SQLErrorOperation |
ANALYZE | Konstant |
public static const ANALYZE:String = "analyze"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.analyze()
-metoden anropades.
Relaterade API-element
ATTACH | Konstant |
public static const ATTACH:String = "attach"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.attach()
-metoden anropades.
Relaterade API-element
BEGIN | Konstant |
public static const BEGIN:String = "begin"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.begin()
-metoden anropades.
Relaterade API-element
CLOSE | Konstant |
public static const CLOSE:String = "close"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.close()
-metoden anropades.
Relaterade API-element
COMMIT | Konstant |
public static const COMMIT:String = "commit"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.commit()
-metoden anropades.
Relaterade API-element
COMPACT | Konstant |
public static const COMPACT:String = "compact"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.compact()
-metoden anropades.
Relaterade API-element
DEANALYZE | Konstant |
public static const DEANALYZE:String = "deanalyze"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.deanalyze()
-metoden anropades.
Relaterade API-element
DETACH | Konstant |
public static const DETACH:String = "detach"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.detach()
-metoden anropades.
Relaterade API-element
EXECUTE | Konstant |
public static const EXECUTE:String = "execute"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att varken SQLConnection.execute()
-metoden eller SQLStatement.next()
-metoden anropades.
Relaterade API-element
OPEN | Konstant |
public static const OPEN:String = "open"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att varken SQLConnection.open()
-metoden eller SQLStatement.openAsync()
-metoden anropades.
Relaterade API-element
REENCRYPT | Konstant |
public static const REENCRYPT:String = "reencrypt"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.5 |
Anger att metoden SQLConnection.reencrypt()
anropades.
Relaterade API-element
RELEASE_SAVEPOINT | Konstant |
public static const RELEASE_SAVEPOINT:String = "releaseSavepoint"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 2 |
Anger att SQLConnection.releaseSavepoint()
-metoden anropades.
Relaterade API-element
ROLLBACK | Konstant |
public static const ROLLBACK:String = "rollback"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.rollback()
-metoden anropades.
Relaterade API-element
ROLLBACK_TO_SAVEPOINT | Konstant |
public static const ROLLBACK_TO_SAVEPOINT:String = "rollbackToSavepoint"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 2 |
Anger att SQLConnection.rollbackToSavepoint()
-metoden anropades.
Relaterade API-element
SCHEMA | Konstant |
public static const SCHEMA:String = "schema"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 1.0 |
Anger att SQLConnection.loadSchema()
-metoden anropades.
Relaterade API-element
SET_SAVEPOINT | Konstant |
public static const SET_SAVEPOINT:String = "setSavepoint"
Språkversion: | ActionScript 3.0 |
Körningsmiljöversioner: | AIR 2 |
Anger att SQLConnection.setSavepoint()
-metoden anropades.
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z