window.runtime 属性window.runtime.flash.errors.SQLErrorOperation
继承SQLErrorOperation Inheritance Object

该类包含一些常量,它们表示 SQLError.operation 属性的可能值。这些值指示导致发生错误的尝试性操作。

每个值表示 SQLConnection 类或 SQLStatement 类的一项操作。

另请参见

SQLError.operation
SQLConnection
SQLStatement


属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
hasOwnProperty(name:String):Boolean
指示对象是否已经定义了指定的属性。
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
设置循环操作动态属性的可用性。
Object
 Inherited
toString():String
返回指定对象的字符串表示形式。
Object
 Inherited
valueOf():Object
返回指定对象的原始值。
Object
常量
 常量定义方
  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
  ROLLBACK : String = "rollback"
[静态] 指示调用了 SQLConnection.rollback() 方法。
SQLErrorOperation
  SCHEMA : String = "schema"
[静态] 指示调用了 SQLConnection.loadSchema() 方法。
SQLErrorOperation
常量详细信息
ANALYZE常量
static const ANALYZE:String = "analyze"

指示调用了 SQLConnection.analyze() 方法。

另请参见

ATTACH常量 
static const ATTACH:String = "attach"

指示调用了 SQLConnection.attach() 方法。

另请参见

BEGIN常量 
static const BEGIN:String = "begin"

指示调用了 SQLConnection.begin() 方法。

另请参见

CLOSE常量 
static const CLOSE:String = "close"

指示调用了 SQLConnection.close() 方法。

另请参见

COMMIT常量 
static const COMMIT:String = "commit"

指示调用了 SQLConnection.commit() 方法。

另请参见

COMPACT常量 
static const COMPACT:String = "compact"

指示调用了 SQLConnection.compact() 方法。

另请参见

DEANALYZE常量 
static const DEANALYZE:String = "deanalyze"

指示调用了 SQLConnection.deanalyze() 方法。

另请参见

DETACH常量 
static const DETACH:String = "detach"

指示调用了 SQLConnection.detach() 方法。

另请参见

EXECUTE常量 
static const EXECUTE:String = "execute"

指示调用了 SQLStatement.execute() 方法或 SQLStatement.next() 方法。

另请参见

OPEN常量 
static const OPEN:String = "open"

指示调用了 SQLConnection.open() 方法或 SQLConnection.openAsync() 方法。

另请参见

ROLLBACK常量 
static const ROLLBACK:String = "rollback"

指示调用了 SQLConnection.rollback() 方法。

另请参见

SCHEMA常量 
static const SCHEMA:String = "schema"

指示调用了 SQLConnection.loadSchema() 方法。

另请参见