Packagecom.maclema.mysql
Classpublic class Statement
InheritanceStatement Inheritance flash.events.EventDispatcher



Public Methods
 MethodDefined by
  
Statement
  
executeQuery(sql:String):void
Executes the specified sql statement
Statement
  
Returns the Connection that created this statement
Statement
Constructor detail
Statement()constructor
public function Statement(con:Connection)Parameters
con:Connection
Method detail
executeQuery()method
public function executeQuery(sql:String):void

Executes the specified sql statement

Parameters
sql:String
getConnection()method 
public function getConnection():Connection

Returns the Connection that created this statement

Returns
Connection