Default implementation of an SQL factory for HsqlDb databases. This factory ensures that the created implementations of {@link Schema}, {@link Table}, {@link Column}, and {@link SQLGenerator}may be casted to {@link HsqlDbSchema}, {@link HsqlDbTable}, {@link HsqlDbColumn}, {@link HsqlDbSQLGenerator}, respectively.
@author Jochen Wiedmann
|
|
|
|
|
|
|
|