MySQLQueryGenerator
Package:
Summary:
Compose common MySQL queries from parameters
Groups:
Author:
Description:
This package can be used to compose common MySQL queries from parameters.
It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions.
There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE.
It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions.
There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE.
Comments are closed.