Crutch MySQL
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper. It can:
- Connect to a given MySQL database server host
- Execute arbitrary SQL queries
- Retrieve query results into arrays
- Retrieve the number of result set rows and fields
- Retrieve the number of affected rows or the last inserted identifier
- Execute SELECT, INSERT, REPLACE, UPDATE and DELETE queries from parameters
- Manage transactions
- Connect to a given MySQL database server host
- Execute arbitrary SQL queries
- Retrieve query results into arrays
- Retrieve the number of result set rows and fields
- Retrieve the number of affected rows or the last inserted identifier
- Execute SELECT, INSERT, REPLACE, UPDATE and DELETE queries from parameters
- Manage transactions
Comments are closed.