| Package | com.maclema.mysql.events |
| Class | public class SQLErrorEvent |
| Inheritance | SQLErrorEvent flash.events.ErrorEvent |
| Method | Defined by | ||
|---|---|---|---|
|
SQLErrorEvent(msg:String, id:int = 0)
| SQLErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SQL_ERROR : String = "sqlError" [static]
| SQLErrorEvent | ||
| id | property |
public var id:int
| msg | property |
public var msg:String
| SQLErrorEvent | () | constructor |
public function SQLErrorEvent(msg:String, id:int = 0)Parameters
msg:String |
|
id:int (default = 0) |
| SQL_ERROR | constant |
public static const SQL_ERROR:String = "sqlError"