UseSQL
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper. It can:
- Establish MySQL server connections
- Execute direct or prepared queries and retrieve results into arrays
- Execute INSERT or CREATE TABLE queries from lists of parameters that define the table, fields and field values
- Retrieve the last database access error or the last inserted record identifier
The class functions return the current object to support function call chaining.
- Establish MySQL server connections
- Execute direct or prepared queries and retrieve results into arrays
- Execute INSERT or CREATE TABLE queries from lists of parameters that define the table, fields and field values
- Retrieve the last database access error or the last inserted record identifier
The class functions return the current object to support function call chaining.
Comments are closed.