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

Support for CREATE and DROP statements #1

Closed stazz closed 13 years ago

stazz commented 13 years ago

Introduce support for CREATE and DROP statements before 0.2 release.

stazz commented 13 years ago

Added support for data definition (CREATE), and data manipulation (DROP) statements.