Download List

Descripción del Proyecto

SQL Construction Kit aims to provide a simple builder/factory pattern based approach to generating DML SQL for all popular RDBMS systems. Included builders are SelectBuilder, InsertBuilder, UpdateBuilder, and DeleteBuilder. It is much lighter weight than any of the ORM tools available, and is 100% Java. It is a complete re-factoring of code that has been in production use since 2001 (updated to use features of Java 6). Also included is a Facade patterned Database object that wraps a Datasource object. This provides an execution framework for the results of the Builder objects, which includes simplified transaction and batch management as well as the ability to transparently handle SQL exceptions in a default manner. The Database object also provides a simple object-oriented approach via wrappers around the database metadata.

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-24 17:13
1.0

El repositorio de código se trasladó a GitHub. El sistema de construcción fue cambiado a Maven 3. Los artefactos fueron trasladados a Maven Central.
The code repository was moved to github. The build system was changed to Maven 3. Artifacts were moved to Maven Central.

2009-01-24 04:47
2009-01-23

Esta versión corrige un error en el objeto AbstractDeleteBuilder donde no invalidar el método toString () correctamente.
Tags: Major bugfixes
This release fixes a bug in the AbstractDeleteBuilder object where it did not override the toString() method correctly.

2008-08-28 05:51
20080827-BETA

La interfaz de DeleteBuilder no se extiende la interfaz SQLStatement, lo que ha sido corregido.
The DeleteBuilder interface was not extending the SQLStatement interface; this has been fixed.

2008-08-23 02:47
20080822

La manipulación de objetos temporal ha sido rediseñado con nuevos SQL99 inspirado FECHA, HORA, y clases de marca de tiempo. Hay documentación Javadoc más y más ejemplo de código wiki y documentación.
Tags: Minor feature enhancements
Temporal object handling has been refactored with new SQL99 inspired DATE, TIME, and TIMESTAMP classes. There is more Javadoc documentation and more wiki example code and documentation.

2008-08-14 02:45
20080813-BETA

Esta versión incluye las implementaciones de muchos métodos que arrojó UnsupportedOperationExceptions. El whereClause API ha sido rediseñado para hacer auto unos pocos métodos más explicación. Algunas pruebas de unidad averiada se han fijado. El comienzo de un árbol de código fuente de ejemplo se ha añadido.
Tags: Major bugfixes
This release adds implementations to many methods that threw UnsupportedOperationExceptions. The WhereClause API has been refactored to make a few methods more self-explanatory. Some broken unit tests have been fixed. The beginning of an EXAMPLE source tree has been added.

Project Resources