SQL Query Generator
Package:
Summary:
Generate SQL queries from lists of parameters
Groups:
Author:
Description:
This class can be used to generate SQL queries from lists of parameters.
It takes as parameters the name of a table, fields, field values, conditions, etc..
The class can return strings with SQL statements to execute SELECT, INSERT, UPDATE and DELETE queries.
It takes as parameters the name of a table, fields, field values, conditions, etc..
The class can return strings with SQL statements to execute SELECT, INSERT, UPDATE and DELETE queries.
Comments are closed.