| 包 | flash.errors |
| 类 | public class SQLErrorOperation |
| 继承 | SQLErrorOperation Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
SQLError.operation 属性的可能值。这些值表示导致发生错误的尝试性操作。
每个值表示 SQLConnection 类或 SQLStatement 类的一项操作。
相关 API 元素
| 常量 | 由以下参数定义 | ||
|---|---|---|---|
| ANALYZE : String = "analyze" [静态]
表示调用了 SQLConnection.analyze() 方法。 | SQLErrorOperation | ||
| ATTACH : String = "attach" [静态]
表示调用了 SQLConnection.attach() 方法。 | SQLErrorOperation | ||
| BEGIN : String = "begin" [静态]
表示调用了 SQLConnection.begin() 方法。 | SQLErrorOperation | ||
| CLOSE : String = "close" [静态]
表示调用了 SQLConnection.close() 方法。 | SQLErrorOperation | ||
| COMMIT : String = "commit" [静态]
表示调用了 SQLConnection.commit() 方法。 | SQLErrorOperation | ||
| COMPACT : String = "compact" [静态]
表示调用了 SQLConnection.compact() 方法。 | SQLErrorOperation | ||
| DEANALYZE : String = "deanalyze" [静态]
表示调用了 SQLConnection.deanalyze() 方法。 | SQLErrorOperation | ||
| DETACH : String = "detach" [静态]
表示调用了 SQLConnection.detach() 方法。 | SQLErrorOperation | ||
| EXECUTE : String = "execute" [静态]
表示调用了 SQLStatement.execute() 方法或 SQLStatement.next() 方法。 | SQLErrorOperation | ||
| OPEN : String = "open" [静态]
表示调用了 SQLConnection.open() 方法或 SQLConnection.openAsync() 方法。 | SQLErrorOperation | ||
| REENCRYPT : String = "reencrypt" [静态]
表示调用了 SQLConnection.reencrypt() 方法。 | SQLErrorOperation | ||
| RELEASE_SAVEPOINT : String = "releaseSavepoint" [静态]
表示已调用 SQLConnection.releaseSavepoint() 方法。 | SQLErrorOperation | ||
| ROLLBACK : String = "rollback" [静态]
表示调用了 SQLConnection.rollback() 方法。 | SQLErrorOperation | ||
| ROLLBACK_TO_SAVEPOINT : String = "rollbackToSavepoint" [静态]
表示已调用 SQLConnection.rollbackToSavepoint() 方法。 | SQLErrorOperation | ||
| SCHEMA : String = "schema" [静态]
表示调用了 SQLConnection.loadSchema() 方法。 | SQLErrorOperation | ||
| SET_SAVEPOINT : String = "setSavepoint" [静态]
表示已调用 SQLConnection.setSavepoint() 方法。 | SQLErrorOperation | ||
ANALYZE | 常量 |
public static const ANALYZE:String = "analyze"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.analyze() 方法。
相关 API 元素
ATTACH | 常量 |
public static const ATTACH:String = "attach"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.attach() 方法。
相关 API 元素
BEGIN | 常量 |
public static const BEGIN:String = "begin"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.begin() 方法。
相关 API 元素
CLOSE | 常量 |
public static const CLOSE:String = "close"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.close() 方法。
相关 API 元素
COMMIT | 常量 |
public static const COMMIT:String = "commit"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.commit() 方法。
相关 API 元素
COMPACT | 常量 |
public static const COMPACT:String = "compact"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.compact() 方法。
相关 API 元素
DEANALYZE | 常量 |
public static const DEANALYZE:String = "deanalyze"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.deanalyze() 方法。
相关 API 元素
DETACH | 常量 |
public static const DETACH:String = "detach"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.detach() 方法。
相关 API 元素
EXECUTE | 常量 |
public static const EXECUTE:String = "execute"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLStatement.execute() 方法或 SQLStatement.next() 方法。
相关 API 元素
OPEN | 常量 |
public static const OPEN:String = "open"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.open() 方法或 SQLConnection.openAsync() 方法。
相关 API 元素
REENCRYPT | 常量 |
public static const REENCRYPT:String = "reencrypt"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
表示调用了 SQLConnection.reencrypt() 方法。
相关 API 元素
RELEASE_SAVEPOINT | 常量 |
public static const RELEASE_SAVEPOINT:String = "releaseSavepoint"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 2 |
表示已调用 SQLConnection.releaseSavepoint() 方法。
相关 API 元素
ROLLBACK | 常量 |
public static const ROLLBACK:String = "rollback"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.rollback() 方法。
相关 API 元素
ROLLBACK_TO_SAVEPOINT | 常量 |
public static const ROLLBACK_TO_SAVEPOINT:String = "rollbackToSavepoint"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 2 |
表示已调用 SQLConnection.rollbackToSavepoint() 方法。
相关 API 元素
SCHEMA | 常量 |
public static const SCHEMA:String = "schema"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
表示调用了 SQLConnection.loadSchema() 方法。
相关 API 元素
SET_SAVEPOINT | 常量 |
public static const SET_SAVEPOINT:String = "setSavepoint"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 2 |
表示已调用 SQLConnection.setSavepoint() 方法。
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z
隐藏继承的公共属性
显示继承的公共属性