Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Class 

MysqlServiceProperties | Methods | Events


 
Package com.maclema.mysql.controls
Class public class MysqlService
Inheritanc
MysqlService mx.core.UIComponent
e

Public Properties
  Property Defined by
    database : String MysqlService
    host : String MysqlService
    lastResult : ArrayCollection MysqlService
    port : int MysqlService
scrambler :
   MysqlService
MysqlScrambler
    user : String MysqlService
Public Methods
  Method Defined by
    MysqlService() MysqlService
send(sql:String):void
   MysqlService
Executes the specified SQL statement
Events
  Event Summary Defined by
    error   MysqlService
    response   MysqlService
    results   MysqlService
Property detail
databaseproperty
public var database:String
hostproperty 
public var host:String
lastResul
property 
t
public var lastResult:ArrayCollection

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

propert
port  
y
public var port:int
scramble
property 
r
public var scrambler:MysqlScrambler
propert
user  
y
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
respons
event  
e
Event object type: com.maclema.mysql.events.ResponseEvent
result
event  
s
Event object type: com.maclema.mysql.events.ResultsEvent

You might also like