Description of tgcSqlBuilder :
This provides an object-oriented interface to easily build SQL statements without the need for string concatenation. You can build queries with methods like addWhere, addOrderBy or setLimit. Clean and easy. The class comes with full API documentation.