| 套件 | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性