Download List

项目描述

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 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

该代码库被转移到GitHub的。构建制度改为到Maven 3。文物被转移到Maven中环。
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

此版本修复了AbstractDeleteBuilder对象在它不覆盖toString错误()方法正确。
标签: 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

该DeleteBuilder接口不延长SQLStatement接口,这已得到修复。
The DeleteBuilder interface was not extending the SQLStatement interface; this has been fixed.

2008-08-23 02:47
20080822

时空对象的处理,重构新的SQL99中激发日期,时间,和TIMESTAMP类。有更多的Javadoc文档,更维基示例代码和文档。
标签: 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

这个版本增加了许多实现方法投掷UnsupportedOperationExceptions。该WhereClause API已被重构,使一些方法更不言自明。有些破单元测试已得到修复。一个示例源代码树开始增加了。
标签: 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