Packagecom.maclema.mysql.events
Classpublic class SQLErrorEvent
InheritanceSQLErrorEvent Inheritance flash.events.ErrorEvent



Public Properties
 PropertyDefined by
  id : int
SQLErrorEvent
  msg : String
SQLErrorEvent
Public Methods
 MethodDefined by
  
SQLErrorEvent(msg:String, id:int = 0)
SQLErrorEvent
Public Constants
 ConstantDefined by
  SQL_ERROR : String = "sqlError"
[static]
SQLErrorEvent
Property detail
idproperty
public var id:int
msgproperty 
public var msg:String
Constructor detail
SQLErrorEvent()constructor
public function SQLErrorEvent(msg:String, id:int = 0)Parameters
msg:String
 
id:int (default = 0)
Constant detail
SQL_ERRORconstant
public static const SQL_ERROR:String = "sqlError"