org.apache.ws.jaxme.sqls.hsqldb
public class HsqlDbSQLFactoryImpl extends SQLFactoryImpl implements HsqlDbSQLFactory
Default implementation of an SQL factory for HsqlDb databases. This factory ensures that the created implementations of Schema, Table, Column, and SQLGenerator may be casted to HsqlDbSchema, HsqlDbTable, HsqlDbColumn, HsqlDbSQLGenerator, respectively.
Method Summary | |
---|---|
Column | newColumn(Table pTable, Column.Name pName, Column.Type pType) |
Schema | newSchemaImpl(Schema.Name pName) |
SQLGenerator | newSQLGenerator() |
Table | newTableImpl(Schema pSchema, Table.Name pName) |