Adapts SQL statements for HSQL. The HSQL database engine doesn't understand
the parenthesis in (INNER JOIN ... ON) statements for the "BursaWolfParameters"
query. Unfortunatly, those parenthesis are required by MS-Access. We need to
removes them programmatically here.
since: 2.2 version: $Id: FactoryUsingHSQL.java 26328 2007-07-24 16:57:19Z desruisseaux $ author: Martin Desruisseaux HsqlDialectEpsgFactory