stazz / java-sql-generator

A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
49 stars 28 forks source link

More simple ways to create queries #2

Closed stazz closed 13 years ago

stazz commented 13 years ago

Currently it is not very easy to create even really simple queries. Introduce some kind of "SimpleQueryBuilder", which provides light-weight support for building SIMPLE queries (ie, no need to support all kinds of complex features, just a sub-set of existing ones).

stazz commented 13 years ago

The functionality has been added.