db_mysql
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class is a MySQL database access wrapper. It can:
- Establish database connections
- Execute SQL queries
- Retrieve the query results into arrays
- Retrieve the number of result rows or the number of row affected by the query
- Execute SQL SELECT, INSERT, UPDATE and DELETE queries from a list of parameters
The code and the comments are in Russian.
- Establish database connections
- Execute SQL queries
- Retrieve the query results into arrays
- Retrieve the number of result rows or the number of row affected by the query
- Execute SQL SELECT, INSERT, UPDATE and DELETE queries from a list of parameters
The code and the comments are in Russian.
Comments are closed.