Download List

Project Description

DB_QueryTool is an object oriented
abstraction for the SQL query language. It
includes methods for limiting, ordering,
grouping, and joining to easily build queries,
and features a simple interface that interacts
nicely with HTML forms using arrays that
contain column data.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-02 12:42
0.9.5

A problem where log files were written with
incorrect times was fixed. A bug in EasyJoin
that added unnecessary conditions was fixed,
along with one a problem with building a column
alias at the end of a string. addMultiple() now
works even when there isn't a primaryCol, and a
bug in addHaving and the unit test was fixed.
Tags: Minor feature enhancements

2003-03-11 11:56
0.9.3

A new getCol() method for retreiving a single column was added. The getAll() method now optionally takes an additional parameter for defining the method to use for firing the query. update() now considers the value of setWhere() when no primary column is given. An umbrello-uml class diagram was added, some typos and a bug in update was fixed, and fully qualified table names are now used. A bug in _buildSelectQuery was fixed, column names are enclosed by "", Oracle should work, and reserved keywords can be used as column names.
Tags: Minor feature enhancements

2003-02-15 08:43
0.9.2

Tags: Initial freshmeat announcement

Project Resources