This is a very simple MySQL database access wrapper.
It can connect to a MySQL database and execute SQL SELECT, INSERT, UPDATE and DELETE queries with a single call.
The INSERT queries return the last inserted record identifier.
After executing a SELECT queries, it can return all the result set rows in a single array.
UPDATE and DELETE queries return just a boolean value that tells whether the query succeeded.
| There are not enough user ratings to display for 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 |
|
|