| Package | com.maclema.mysql |
| Class | public class Statement |
| Inheritance | Statement flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
Statement(con:Connection)
| Statement | ||
|
executeQuery(sql:String):void
Executes the specified sql statement
| Statement | ||
|
Returns the Connection that created this statement
| Statement | ||
| Statement | () | constructor |
| executeQuery | () | method |
public function executeQuery(sql:String):voidExecutes the specified sql statement
Parameterssql:String |
| getConnection | () | method |
public function getConnection():ConnectionReturns the Connection that created this statement
ReturnsConnection |