| Package | com.maclema.mysql.controls |
| Class | public class MysqlService |
| Inheritance | MysqlService mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| database : String | MysqlService | ||
| host : String | MysqlService | ||
| lastResult : ArrayCollection | MysqlService | ||
| port : int | MysqlService | ||
| scrambler : MysqlScrambler | MysqlService | ||
| user : String | MysqlService | ||
| Method | Defined by | ||
|---|---|---|---|
| MysqlService | |||
|
send(sql:String):void
Executes the specified SQL statement
| MysqlService | ||
| database | property |
public var database:String
| host | property |
public var host:String
| lastResult | property |
public var lastResult:ArrayCollection
This property can be used as the source for data binding.
| port | property |
public var port:int
| scrambler | property |
public var scrambler:MysqlScrambler
| user | property |
public var user:String
| MysqlService | () | constructor |
public function MysqlService()
| send | () | method |
public function send(sql:String):voidExecutes the specified SQL statement
Parameterssql:String |
| error | event |
| response | event |
| results | event |