SQL command builder
Brought to you by:
versat1474
SQL is not identical from engine to engine. Complex
constructs such as joins are handled differently between
engines.
Therefore each DbTemplate should contain a series of
classes/methods that build commands. The generic
code should then call these methods instead of hard
coding the strings.