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

Packages that use TableImpl
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 TableImpl in net.sf.jaxme.sqls.db2
 

Subclasses of TableImpl in net.sf.jaxme.sqls.db2
 class DB2TableImpl
          Default implementation of a table in a DB2 database.
 

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

Subclasses of TableImpl in net.sf.jaxme.sqls.hsqldb
 class HsqlDbTableImpl
          Default implementation of a table in a HsqlDb database.