Package | com.maclema.mysql.events |
Class | public class MySqlEvent |
Inheritance | MySqlEvent ![]() |
Property | Defined By | ||
---|---|---|---|
affectedRows : int
The number of affected rows for a RESPONSE event. | MySqlEvent | ||
insertID : int
The insert id for a RESPONSE event. | MySqlEvent | ||
params : MySqlOutputParams
The returned output parameters
| MySqlEvent | ||
resultSet : ResultSet
The ResultSet for a RESULT event
| MySqlEvent | ||
rowsAvailable : int
The total number of rows available so far
| MySqlEvent |
Method | Defined By | ||
---|---|---|---|
MySqlEvent(type:String)
Constructs a new MySqlEvent object. | MySqlEvent | ||
MySqlEvent |
Constant | Defined By | ||
---|---|---|---|
COLUMNDATA : String = columndata [static] | MySqlEvent | ||
PARAMS : String = params [static] | MySqlEvent | ||
RESPONSE : String = response [static] | MySqlEvent | ||
RESULT : String = result [static] | MySqlEvent | ||
ROWDATA : String = rowdata [static] | MySqlEvent |
affectedRows | property |
public var affectedRows:int
The number of affected rows for a RESPONSE event.
insertID | property |
public var insertID:int
The insert id for a RESPONSE event.
params | property |
public var params:MySqlOutputParams
The returned output parameters
resultSet | property |
public var resultSet:ResultSet
The ResultSet for a RESULT event
rowsAvailable | property |
public var rowsAvailable:int
The total number of rows available so far
MySqlEvent | () | Constructor |
public function MySqlEvent(type:String)
Constructs a new MySqlEvent object.
Parameterstype:String |
copy | () | method |
COLUMNDATA | Constant |
public static const COLUMNDATA:String = columndata
PARAMS | Constant |
public static const PARAMS:String = params
RESPONSE | Constant |
public static const RESPONSE:String = response
RESULT | Constant |
public static const RESULT:String = result
ROWDATA | Constant |
public static const ROWDATA:String = rowdata