Database Management Class
Package:
Summary:
Execute MySQL queries using lists of parameters
Groups:
Author:
Description:
This class can be used to execute MySQL queries using lists of parameters.
It can execute SQL CREATE TABLE, INSERT, UPDATE, DELETE and SELECT queries using parameters that define tables, fields and field values used in conditions.
The class can query the database to obtain the tables primary key to use in conditions to match single rows by id.
It can execute SQL CREATE TABLE, INSERT, UPDATE, DELETE and SELECT queries using parameters that define tables, fields and field values used in conditions.
The class can query the database to obtain the tables primary key to use in conditions to match single rows by id.
Comments are closed.