| Pacote | flash.errors |
| Classe | public class SQLErrorOperation |
| Herança | SQLErrorOperation Object |
SQLError.operation property. These values indicate the operation
that was attempted, which caused the error to occur.
Each value represents one of the operations of the SQLConnection class or the SQLStatement class.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| ANALYZE : String = "analyze" [static]
Indicates that the SQLConnection.analyze() method was called.
| SQLErrorOperation | ||
| ATTACH : String = "attach" [static]
Indicates that the SQLConnection.attach() method was called.
| SQLErrorOperation | ||
| BEGIN : String = "begin" [static]
Indicates that the SQLConnection.begin() method was called.
| SQLErrorOperation | ||
| CLEAN : String = "clean" [static]
Indicates that the SQLConnection.clean() method was called.
| SQLErrorOperation | ||
| CLOSE : String = "close" [static]
Indicates that the SQLConnection.close() method was called.
| SQLErrorOperation | ||
| COMMIT : String = "commit" [static]
Indicates that the SQLConnection.commit() method was called.
| SQLErrorOperation | ||
| DEANALYZE : String = "deanalyze" [static]
Indicates that the SQLConnection.deanalyze() method was called.
| SQLErrorOperation | ||
| DETACH : String = "detach" [static]
Indicates that the SQLConnection.detach() method was called.
| SQLErrorOperation | ||
| EXECUTE : String = "execute" [static]
Indicates that either the SQLStatement.execute() method
or the SQLStatement.next() method was called.
| SQLErrorOperation | ||
| OPEN : String = "open" [static]
Indicates that the SQLConnection.open() method was called.
| SQLErrorOperation | ||
| PREPARE : String = "prepare" [static]
Indicates that the SQLStatement.prepare() method was called.
| SQLErrorOperation | ||
| RESET : String = "reset" [static]
Indicates that the SQLStatement.reset() method was called.
| SQLErrorOperation | ||
| ROLLBACK : String = "rollback" [static]
Indicates that the SQLConnection.rollback() method was called.
| SQLErrorOperation | ||
| SCHEMA : String = "schema" [static]
Indicates that the SQLConnection.loadSchema() method was called.
| SQLErrorOperation | ||
| ANALYZE | Constante |
public static const ANALYZE:String = "analyze"
Indicates that the SQLConnection.analyze() method was called.
Veja também
| ATTACH | Constante |
public static const ATTACH:String = "attach"
Indicates that the SQLConnection.attach() method was called.
Veja também
| BEGIN | Constante |
public static const BEGIN:String = "begin"
Indicates that the SQLConnection.begin() method was called.
Veja também
| CLEAN | Constante |
public static const CLEAN:String = "clean"
Indicates that the SQLConnection.clean() method was called.
Veja também
| CLOSE | Constante |
public static const CLOSE:String = "close"
Indicates that the SQLConnection.close() method was called.
Veja também
| COMMIT | Constante |
public static const COMMIT:String = "commit"
Indicates that the SQLConnection.commit() method was called.
Veja também
| DEANALYZE | Constante |
public static const DEANALYZE:String = "deanalyze"
Indicates that the SQLConnection.deanalyze() method was called.
Veja também
| DETACH | Constante |
public static const DETACH:String = "detach"
Indicates that the SQLConnection.detach() method was called.
Veja também
| EXECUTE | Constante |
public static const EXECUTE:String = "execute"
Indicates that either the SQLStatement.execute() method
or the SQLStatement.next() method was called.
Veja também
| OPEN | Constante |
public static const OPEN:String = "open"
Indicates that the SQLConnection.open() method was called.
Veja também
| PREPARE | Constante |
public static const PREPARE:String = "prepare"
Indicates that the SQLStatement.prepare() method was called.
Veja também
| RESET | Constante |
public static const RESET:String = "reset"
Indicates that the SQLStatement.reset() method was called.
Veja também
| ROLLBACK | Constante |
public static const ROLLBACK:String = "rollback"
Indicates that the SQLConnection.rollback() method was called.
Veja também
| SCHEMA | Constante |
public static const SCHEMA:String = "schema"
Indicates that the SQLConnection.loadSchema() method was called.
Veja também