Packagecom.maclema.mysql.controls
Classpublic class MysqlService
InheritanceMysqlService Inheritance mx.core.UIComponent



Public Properties
 PropertyDefined by
  database : String
MysqlService
  host : String
MysqlService
  lastResult : ArrayCollection
MysqlService
  port : int
MysqlService
  scrambler : MysqlScrambler
MysqlService
  user : String
MysqlService
Public Methods
 MethodDefined by
  
MysqlService
  
send(sql:String):void
Executes the specified SQL statement
MysqlService
Events
 EventSummaryDefined by
    MysqlService
    MysqlService
    MysqlService
Property detail
databaseproperty
public var database:String
hostproperty 
public var host:String
lastResultproperty 
public var lastResult:ArrayCollection

This property can be used as the source for data binding.

portproperty 
public var port:int
scramblerproperty 
public var scrambler:MysqlScrambler
userproperty 
public var user:String
Constructor detail
MysqlService()constructor
public function MysqlService()
Method detail
send()method
public function send(sql:String):void

Executes the specified SQL statement

Parameters
sql:String
Event detail
errorevent 
Event object type: com.maclema.mysql.events.SQLErrorEvent

responseevent  
Event object type: com.maclema.mysql.events.ResponseEvent

resultsevent  
Event object type: com.maclema.mysql.events.ResultsEvent