org.apache.ws.jaxme.sqls.hsqldb
Class HsqlDbSchemaImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SchemaImpl
      extended by org.apache.ws.jaxme.sqls.hsqldb.HsqlDbSchemaImpl
All Implemented Interfaces:
HsqlDbSchema, Schema

public class HsqlDbSchemaImpl
extends SchemaImpl
implements HsqlDbSchema

Default implementation of a schema in a HsqlDb database.

Author:
Jochen Wiedmann

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ws.jaxme.sqls.impl.SchemaImpl
SchemaImpl.NameImpl
 
Nested classes/interfaces inherited from interface org.apache.ws.jaxme.sqls.Schema
Schema.Name
 
Constructor Summary
protected HsqlDbSchemaImpl(SQLFactory pFactory, Schema.Name pName)
           
 
Method Summary
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SchemaImpl
equals, getName, getSQLFactory, getTable, getTable, getTables, hashCode, newTable, newTable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.Schema
getName, getSQLFactory, getTable, getTable, getTables, newTable, newTable
 

Constructor Detail

HsqlDbSchemaImpl

protected HsqlDbSchemaImpl(SQLFactory pFactory,
                           Schema.Name pName)