Home
The MySqlClass type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| conn |
the connection
| |
| dataTable |
the table representation of the result set as SqlDataClass's
| |
| lastInsertID |
int repesentation of the last Insert ID, will return -1 if you have not inserted anything yet
| |
| mode |
gets or sets the mode of MySqlClass... fastest will not have an SqlDataArrayTable or SqlArrayTable, nor have a row count
wherease medium will have a rowcount and an SqlDataArrayTable, but no SqlArrayTable, taking a very small hit in speed
and full, which is default, will house all three of the above, but will take a small hit in speed.
| |
| pingData |
gets an array of strings. {ipAddress,port}
| |
| table |
the table representation of the result set as strings
|