Pacchetto | flash.errors |
Classe | public class SQLErrorOperation |
Ereditarietà | SQLErrorOperation Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
SQLError.operation
. Questi valori indicano l'operazione tentata che ha causato l'errore.
Ciascun valore rappresenta una delle operazioni della classe SQLConnection o SQLStatement.
Elementi API correlati
Costante | Definito da | ||
---|---|---|---|
ANALYZE : String = "analyze" [statico]
Indica che è stato chiamato il metodo SQLConnection.analyze(). | SQLErrorOperation | ||
ATTACH : String = "attach" [statico]
Indica che è stato chiamato il metodo SQLConnection.attach(). | SQLErrorOperation | ||
BEGIN : String = "begin" [statico]
Indica che è stato chiamato il metodo SQLConnection.begin(). | SQLErrorOperation | ||
CLOSE : String = "close" [statico]
Indica che è stato chiamato il metodo SQLConnection.close(). | SQLErrorOperation | ||
COMMIT : String = "commit" [statico]
Indica che è stato chiamato il metodo SQLConnection.commit(). | SQLErrorOperation | ||
COMPACT : String = "compact" [statico]
Indica che è stato chiamato il metodo SQLConnection.compact(). | SQLErrorOperation | ||
DEANALYZE : String = "deanalyze" [statico]
Indica che è stato chiamato il metodo SQLConnection.deanalyze(). | SQLErrorOperation | ||
DETACH : String = "detach" [statico]
Indica che è stato chiamato il metodo SQLConnection.detach(). | SQLErrorOperation | ||
EXECUTE : String = "execute" [statico]
Indica che è stato chiamato il metodo SQLStatement.execute() o SQLStatement.next(). | SQLErrorOperation | ||
OPEN : String = "open" [statico]
Indica che è stato chiamato il metodo SQLConnection.open() o SQLConnection.openAsync(). | SQLErrorOperation | ||
REENCRYPT : String = "reencrypt" [statico]
Indica che è stato chiamato il metodo SQLConnection.reencrypt(). | SQLErrorOperation | ||
RELEASE_SAVEPOINT : String = "releaseSavepoint" [statico]
Indica che è stato chiamato il metodo SQLConnection.releaseSavepoint(). | SQLErrorOperation | ||
ROLLBACK : String = "rollback" [statico]
Indica che è stato chiamato il metodo SQLConnection.rollback(). | SQLErrorOperation | ||
ROLLBACK_TO_SAVEPOINT : String = "rollbackToSavepoint" [statico]
Indica che è stato chiamato il metodo SQLConnection.rollbackToSavepoint(). | SQLErrorOperation | ||
SCHEMA : String = "schema" [statico]
Indica che è stato chiamato il metodo SQLConnection.loadSchema(). | SQLErrorOperation | ||
SET_SAVEPOINT : String = "setSavepoint" [statico]
Indica che è stato chiamato il metodo SQLConnection.setSavepoint(). | SQLErrorOperation |
ANALYZE | Costante |
public static const ANALYZE:String = "analyze"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.analyze()
.
Elementi API correlati
ATTACH | Costante |
public static const ATTACH:String = "attach"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.attach()
.
Elementi API correlati
BEGIN | Costante |
public static const BEGIN:String = "begin"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.begin()
.
Elementi API correlati
CLOSE | Costante |
public static const CLOSE:String = "close"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.close()
.
Elementi API correlati
COMMIT | Costante |
public static const COMMIT:String = "commit"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.commit()
.
Elementi API correlati
COMPACT | Costante |
public static const COMPACT:String = "compact"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.compact()
.
Elementi API correlati
DEANALYZE | Costante |
public static const DEANALYZE:String = "deanalyze"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.deanalyze()
.
Elementi API correlati
DETACH | Costante |
public static const DETACH:String = "detach"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.detach()
.
Elementi API correlati
EXECUTE | Costante |
public static const EXECUTE:String = "execute"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLStatement.execute()
o SQLStatement.next()
.
Elementi API correlati
OPEN | Costante |
public static const OPEN:String = "open"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.open()
o SQLConnection.openAsync()
.
Elementi API correlati
REENCRYPT | Costante |
public static const REENCRYPT:String = "reencrypt"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.5 |
Indica che è stato chiamato il metodo SQLConnection.reencrypt()
.
Elementi API correlati
RELEASE_SAVEPOINT | Costante |
public static const RELEASE_SAVEPOINT:String = "releaseSavepoint"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 2 |
Indica che è stato chiamato il metodo SQLConnection.releaseSavepoint()
.
Elementi API correlati
ROLLBACK | Costante |
public static const ROLLBACK:String = "rollback"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.rollback()
.
Elementi API correlati
ROLLBACK_TO_SAVEPOINT | Costante |
public static const ROLLBACK_TO_SAVEPOINT:String = "rollbackToSavepoint"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 2 |
Indica che è stato chiamato il metodo SQLConnection.rollbackToSavepoint()
.
Elementi API correlati
SCHEMA | Costante |
public static const SCHEMA:String = "schema"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 1.0 |
Indica che è stato chiamato il metodo SQLConnection.loadSchema()
.
Elementi API correlati
SET_SAVEPOINT | Costante |
public static const SET_SAVEPOINT:String = "setSavepoint"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | AIR 2 |
Indica che è stato chiamato il metodo SQLConnection.setSavepoint()
.
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z