Database Abstraction Class
Package:
Summary:
MySQL database abstraction package
Groups:
Author:
Description:
This package is implements a MySQL database abstraction package. It can:
- Establish connections to a given MySQL host
- Execute SQL queries
- Retrieve results into objects and array
- Retrieve the length of the column fields
- Retrieve the number rows affected by a query
- Determine the highest value of a table id field
- Establish connections to a given MySQL host
- Execute SQL queries
- Retrieve results into objects and array
- Retrieve the length of the column fields
- Retrieve the number rows affected by a query
- Determine the highest value of a table id field
Comments are closed.