Download List

Project Description

SqlBuilder is a library that attempts to take the
pain out of generating SQL queries within Java
programs. It wraps the SQL syntax within very
lightweight and easy to use Java objects that
follow the "builder" paradigm (similar to
StringBuilder). This changes many common SQL
syntactical, runtime errors into Java compile-time
errors.

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.

2011-03-09 06:42 Back to release list
2.0.7

This release makes Constraints first class citizens of the dbspec model. It adds ConstraintClause and enhances various constructs to use the improved constraint implementations. It deprecates the simplified constraint support in CreateTableQuery and AlterTableQuery.
Tags: minor feature release

Project Resources