Download List

项目描述

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

2012-10-04 13:35
2.0.12

这次要功能释放添加支持任意列类型限定符 (例如规模和精度)。
标签: minor feature release
This minor feature release added support for arbitrary column type qualifiers (e.g. scale and precision).

2012-01-12 06:50
2.0.11

这是一个细微的功能版本,它将添加支持添加列与"改变表"查询和设置列的默认值。
标签: minor feature release
This is a minor feature release that adds support for adding columns with an "alter table" query and setting column default values.

2011-10-20 21:59
2.0.10

此版本主要集中在受支持的 SQL 构造中添加的灵活性。有关 SQL 构造现在处理表与没有别名,并将数据库表可以现在用来构造与显式别名。SelectQuery addCustomJoin 被添加以允许完全可自定义的 join 子句。ComboCondition、 UnaryCondition、 BinaryCondition 和 ComboExpression 现在所有允许自定义运算符。所有条件和表达式现在都有此选项来禁用环绕括号。
标签: minor feature release
This release focused primarily on adding flexibility in the supported SQL constructs. The relevant SQL constructs now handle Tables with no alias, and DbTable can now be constructed with an explicit alias. SelectQuery addCustomJoin was added to allow for fully customizable join clauses. ComboCondition, UnaryCondition, BinaryCondition, and ComboExpression now all allow custom operators. All Conditions and Expressions now have the option to disable wrapping parentheses.

2011-04-26 05:39
2.0.8

可更新的ResultSets支持添加到QueryReader工具。其他一些小问题是固定在单元测试。
标签: minor feature release
Support for updatable ResultSets was added to the QueryReader utility. Some other minor issues were fixed in the unit tests.

2011-03-09 06:42
2.0.7

此版本使制约了dbspec模型一等公民。它增加了ConstraintClause各种结构,提高利用改进的约束实现。它不赞成在CreateTableQuery和AlterTableQuery简化约束的支持。
标签: minor feature release
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.

Project Resources