Adobe® AIR® API Reference for HTML Developers
Home  |  Show Classes List |  Index  |  Appendixes

Language Reference only       
SQLErrorOperation 
3D:
Context3D
Context3DBlendFactor
Context3DClearMask
Context3DCompareMode
Context3DProgramType
Context3DRenderMode
Context3DStencilAction
Context3DTextureFormat
Context3DTriangleFace
Context3DVertexBufferFormat
CubeTexture
IndexBuffer3D
Program3D
Stage3D
Texture
VertexBuffer3D
Air.net:
ServiceMonitor
SocketMonitor
URLMonitor
Air.update:
ApplicationUpdater
ApplicationUpdaterUI
DownloadErrorEvent
StatusFileUpdateErrorEvent
StatusFileUpdateEvent
StatusUpdateErrorEvent
StatusUpdateEvent
UpdateEvent
Data:
EncryptedLocalStore
SQLCollationType
SQLColumnNameStyle
SQLColumnSchema
SQLConnection
SQLError
SQLErrorEvent
SQLErrorOperation
SQLEvent
SQLIndexSchema
SQLMode
SQLResult
SQLSchema
SQLSchemaResult
SQLStatement
SQLTableSchema
SQLTransactionLockType
SQLTriggerSchema
SQLUpdateEvent
SQLViewSchema
Desktop:
Clipboard
ClipboardFormats
ClipboardTransferMode
DockIcon
Icon
InteractiveIcon
NativeApplication
NativeProcess
NativeProcessStartupInfo
NotificationType
SystemTrayIcon
Display:
BitmapData
NativeMenu
NativeMenuItem
Screen
Stage
StageDisplayState
StageQuality
Events:
ActivityEvent
AsyncErrorEvent
BrowserInvokeEvent
DataEvent
DatagramSocketDataEvent
DNSResolverEvent
DRMAuthenticateEvent
DRMStatusEvent
ErrorEvent
Event
EventDispatcher
FileListEvent
HTTPStatusEvent
InvokeEvent
InvokeEventReason
IOErrorEvent
LocationChangeEvent
MouseEvent
NativeProcessExitEvent
NetDataEvent
NetMonitorEvent
NetStatusEvent
OutputProgressEvent
ProgressEvent
SampleDataEvent
SecurityErrorEvent
ServerSocketConnectEvent
StatusEvent
StorageVolumeChangeEvent
TimerEvent
UncaughtErrorEvent
UncaughtErrorEvents
File:
File
FileMode
FileStream
StorageVolume
StorageVolumeInfo
Functions:
trace()
generateRandomBytes()
navigateToURL()
sendToURL()
Geom:
Matrix
Point
Rectangle
Media:
AudioDecoder
AudioPlaybackMode
H264Level
H264Profile
H264VideoStreamSettings
ID3Info
InputMediaStream
Microphone
MicrophoneEnhancedMode
MicrophoneEnhancedOptions
Sound
SoundChannel
SoundCodec
SoundLoaderContext
SoundMixer
SoundTransform
VideoCodec
VideoStatus
VideoStreamSettings
Native window:
NativeWindow
NativeWindowBoundsEvent
NativeWindowDisplayState
NativeWindowDisplayStateEvent
NativeWindowInitOptions
NativeWindowRenderMode
NativeWindowResize
NativeWindowSystemChrome
NativeWindowType
Net:
AAAARecord
ARecord
CertificateStatus
DatagramSocket
DNSResolver
FileFilter
InterfaceAddress
IPVersion
LocalConnection
MXRecord
NetConnection
NetMonitor
NetStreamAppendBytesAction
NetStreamMulticastInfo
NetworkInfo
NetworkInterface
ObjectEncoding
PTRRecord
ResourceRecord
Responder
SecureSocket
ServerSocket
SharedObject
SharedObjectFlushStatus
Socket
SRVRecord
URLLoader
URLLoaderDataFormat
URLRequest
URLRequestDefaults
URLRequestHeader
URLRequestMethod
URLStream
URLVariables
XMLSocket
Security:
ReferencesValidationSetting
RevocationCheckSettings
SignatureStatus
SignerTrustSettings
X500DistinguishedName
X509Certificate
XMLSignatureValidator
System:
Capabilities
Security
System
Updater
Ui:
Keyboard
KeyboardType
KeyLocation
Mouse
MouseCursorData
Utils:
Vector
ByteArray
Collator
CollatorMode
CompressionAlgorithm
CurrencyFormatter
CurrencyParseResult
DateTimeFormatter
DateTimeNameContext
DateTimeNameStyle
DateTimeStyle
Endian
HTMLLoader
HTMLPDFCapability
LastOperationStatus
LocaleID
NationalDigitsType
NumberFormatter
NumberParseResult
StringTools
Timer
window.runtime propertywindow.runtime.flash.errors.SQLErrorOperation
InheritanceSQLErrorOperation Inheritance Object

Runtime Versions:  1.0

This class contains the constants that represent the possible values for the SQLError.operation property. These values indicate the attempted operation that caused the error to occur.

Each value represents one of the operations of the SQLConnection class or the SQLStatement class.

See also



Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined.
Object
 Inherited
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
toLocaleString():String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
toString():String
Returns the string representation of the specified object.
Object
 Inherited
valueOf():Object
Returns the primitive value of the specified object.
Object
Constants
 ConstantDefined By
  ANALYZE : String = "analyze"
[static] Indicates that the SQLConnection.analyze() method was called.
SQLErrorOperation
  ATTACH : String = "attach"
[static] Indicates that the SQLConnection.attach() method was called.
SQLErrorOperation
  BEGIN : String = "begin"
[static] Indicates that the SQLConnection.begin() method was called.
SQLErrorOperation
  CLOSE : String = "close"
[static] Indicates that the SQLConnection.close() method was called.
SQLErrorOperation
  COMMIT : String = "commit"
[static] Indicates that the SQLConnection.commit() method was called.
SQLErrorOperation
  COMPACT : String = "compact"
[static] Indicates that the SQLConnection.compact() method was called.
SQLErrorOperation
  DEANALYZE : String = "deanalyze"
[static] Indicates that the SQLConnection.deanalyze() method was called.
SQLErrorOperation
  DETACH : String = "detach"
[static] Indicates that the SQLConnection.detach() method was called.
SQLErrorOperation
  EXECUTE : String = "execute"
[static] Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.
SQLErrorOperation
  OPEN : String = "open"
[static] Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called.
SQLErrorOperation
  REENCRYPT : String = "reencrypt"
[static] Indicates that the SQLConnection.reencrypt() method was called.
SQLErrorOperation
  RELEASE_SAVEPOINT : String = "releaseSavepoint"
[static] Indicates that the SQLConnection.releaseSavepoint() method was called.
SQLErrorOperation
  ROLLBACK : String = "rollback"
[static] Indicates that the SQLConnection.rollback() method was called.
SQLErrorOperation
  ROLLBACK_TO_SAVEPOINT : String = "rollbackToSavepoint"
[static] Indicates that the SQLConnection.rollbackToSavepoint() method was called.
SQLErrorOperation
  SCHEMA : String = "schema"
[static] Indicates that the SQLConnection.loadSchema() method was called.
SQLErrorOperation
  SET_SAVEPOINT : String = "setSavepoint"
[static] Indicates that the SQLConnection.setSavepoint() method was called.
SQLErrorOperation
Constant Detail

ANALYZE

Constant
public static const ANALYZE:String = "analyze"

Runtime Versions:  1.0

Indicates that the SQLConnection.analyze() method was called.

See also

ATTACH

Constant 
public static const ATTACH:String = "attach"

Runtime Versions:  1.0

Indicates that the SQLConnection.attach() method was called.

See also

BEGIN

Constant 
public static const BEGIN:String = "begin"

Runtime Versions:  1.0

Indicates that the SQLConnection.begin() method was called.

See also

CLOSE

Constant 
public static const CLOSE:String = "close"

Runtime Versions:  1.0

Indicates that the SQLConnection.close() method was called.

See also

COMMIT

Constant 
public static const COMMIT:String = "commit"

Runtime Versions:  1.0

Indicates that the SQLConnection.commit() method was called.

See also

COMPACT

Constant 
public static const COMPACT:String = "compact"

Runtime Versions:  1.0

Indicates that the SQLConnection.compact() method was called.

See also

DEANALYZE

Constant 
public static const DEANALYZE:String = "deanalyze"

Runtime Versions:  1.0

Indicates that the SQLConnection.deanalyze() method was called.

See also

DETACH

Constant 
public static const DETACH:String = "detach"

Runtime Versions:  1.0

Indicates that the SQLConnection.detach() method was called.

See also

EXECUTE

Constant 
public static const EXECUTE:String = "execute"

Runtime Versions:  1.0

Indicates that either the SQLStatement.execute() method or the SQLStatement.next() method was called.

See also

OPEN

Constant 
public static const OPEN:String = "open"

Runtime Versions:  1.0

Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called.

See also

REENCRYPT

Constant 
public static const REENCRYPT:String = "reencrypt"

Runtime Versions:  1.5

Indicates that the SQLConnection.reencrypt() method was called.

See also

RELEASE_SAVEPOINT

Constant 
public static const RELEASE_SAVEPOINT:String = "releaseSavepoint"

Runtime Versions:  2

Indicates that the SQLConnection.releaseSavepoint() method was called.

See also

ROLLBACK

Constant 
public static const ROLLBACK:String = "rollback"

Runtime Versions:  1.0

Indicates that the SQLConnection.rollback() method was called.

See also

ROLLBACK_TO_SAVEPOINT

Constant 
public static const ROLLBACK_TO_SAVEPOINT:String = "rollbackToSavepoint"

Runtime Versions:  2

Indicates that the SQLConnection.rollbackToSavepoint() method was called.

See also

SCHEMA

Constant 
public static const SCHEMA:String = "schema"

Runtime Versions:  1.0

Indicates that the SQLConnection.loadSchema() method was called.

See also

SET_SAVEPOINT

Constant 
public static const SET_SAVEPOINT:String = "setSavepoint"

Runtime Versions:  2

Indicates that the SQLConnection.setSavepoint() method was called.

See also