Uses of Class
net.sf.jaxme.sqls.impl.SchemaImpl

Packages that use SchemaImpl
net.sf.jaxme.sqls.db2 DB2 support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with DB2 specific features.  
net.sf.jaxme.sqls.hsqldb HsqlDb support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with HsqlDb specific features.  
 

Uses of SchemaImpl in net.sf.jaxme.sqls.db2
 

Subclasses of SchemaImpl in net.sf.jaxme.sqls.db2
 class DB2SchemaImpl
          Default implementation of a schema in a DB2 database.
 

Uses of SchemaImpl in net.sf.jaxme.sqls.hsqldb
 

Subclasses of SchemaImpl in net.sf.jaxme.sqls.hsqldb
 class HsqlDbSchemaImpl
          Default implementation of a schema in a HsqlDb database.