| 包 | flash.errors |
| 类 | public class SQLErrorOperation |
| 继承 | SQLErrorOperation Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
SQLError.operation 属性的可能值。这些值指示导致发生错误的尝试性操作。
每个值表示 SQLConnection 类或 SQLStatement 类的一项操作。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
[静态] 指示调用了 SQLConnection.analyze() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.attach() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.begin() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.close() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.commit() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.compact() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.deanalyze() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.detach() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLStatement.execute() 方法或 SQLStatement.next() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.open() 方法或 SQLConnection.openAsync() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.reencrypt() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.rollback() 方法。 | SQLErrorOperation | ||
[静态] 指示调用了 SQLConnection.loadSchema() 方法。 | SQLErrorOperation | ||
| 常量 |
public static const ANALYZE:String = "analyze"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.analyze() 方法。
另请参见
| 常量 |
public static const ATTACH:String = "attach"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.attach() 方法。
另请参见
| 常量 |
public static const BEGIN:String = "begin"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.begin() 方法。
另请参见
| 常量 |
public static const CLOSE:String = "close"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.close() 方法。
另请参见
| 常量 |
public static const COMMIT:String = "commit"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.commit() 方法。
另请参见
| 常量 |
public static const COMPACT:String = "compact"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.compact() 方法。
另请参见
| 常量 |
public static const DEANALYZE:String = "deanalyze"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.deanalyze() 方法。
另请参见
| 常量 |
public static const DETACH:String = "detach"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.detach() 方法。
另请参见
| 常量 |
public static const EXECUTE:String = "execute"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLStatement.execute() 方法或 SQLStatement.next() 方法。
另请参见
| 常量 |
public static const OPEN:String = "open"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.open() 方法或 SQLConnection.openAsync() 方法。
另请参见
| 常量 |
public static const REENCRYPT:String = "reencrypt"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
指示调用了 SQLConnection.reencrypt() 方法。
另请参见
| 常量 |
public static const ROLLBACK:String = "rollback"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.rollback() 方法。
另请参见
| 常量 |
public static const SCHEMA:String = "schema"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 |
指示调用了 SQLConnection.loadSchema() 方法。
另请参见