 |
|
Innovation award
 Nominee: 1x |
This class is a MySQL database access wrapper. It can:
- Establish connections to a MySQL server to access a given database
- Executing MySQL queries taking note of the time they took to execute
- Fetch query results into arrays
- Retrieve data from a table with support for limiting the range of retrieved rows and the column by which the data is sorted
- Retrieve a specific row of a table that matches a given condition
- Count the number of rows of a table that match a given condition
- Increment the value of a field of a table row that matches a given condition
- Update the values of table rows from data passed in arrays
- Insert a new table record from data passed in arrays
- Delete table rows that match a given condition
- Retrieve information of the fields of a given table
- Retrieve the highest value of a table field
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (50.0%) |
Not sure (50.0%) |
- |
Not sure (50.0%) |
- |
- |
Insufficient (35.0%) |
2117 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|