SQLWrapper
Package:
Summary:
MySQL database wrapper
Groups:
Author:
Description:
This class is a MySQL database access wrapper. It can:
- Establish connections to a given MySQL database host
- Execute arbitrary queries
- Retrieve a single row or all rows into arrays
- Retrieve the last insert identifier column value
- Establish connections to a given MySQL database host
- Execute arbitrary queries
- Retrieve a single row or all rows into arrays
- Retrieve the last insert identifier column value
Comments are closed.