Uses of Interface
net.sf.jaxme.sqls.SQLGenerator

Packages that use SQLGenerator
net.sf.jaxme.sqls   
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.  
net.sf.jaxme.sqls.impl   
 

Uses of SQLGenerator in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls that return SQLGenerator
 SQLGenerator SQLFactory.newSQLGenerator()
          Creates a new SQLGenerator.
 

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

Subinterfaces of SQLGenerator in net.sf.jaxme.sqls.db2
 interface DB2SQLGenerator
          Interface of an SQL generator for DB2 databases.
 

Classes in net.sf.jaxme.sqls.db2 that implement SQLGenerator
 class DB2SQLGeneratorImpl
          Default implementation of an SQL generator for DB2 schemas.
 

Methods in net.sf.jaxme.sqls.db2 that return SQLGenerator
 SQLGenerator DB2SQLFactoryImpl.newSQLGenerator()
           
 

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

Subinterfaces of SQLGenerator in net.sf.jaxme.sqls.hsqldb
 interface HsqlDbSQLGenerator
          Interface of an SQL generator for HsqlDb databases.
 

Classes in net.sf.jaxme.sqls.hsqldb that implement SQLGenerator
 class HsqlDbSQLGeneratorImpl
          Default implementation of an SQL generator for HsqlDb schemas.
 

Methods in net.sf.jaxme.sqls.hsqldb that return SQLGenerator
 SQLGenerator HsqlDbSQLFactoryImpl.newSQLGenerator()
           
 

Uses of SQLGenerator in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement SQLGenerator
 class SQLGeneratorImpl
          Default implementation of an SQL generator.
 

Methods in net.sf.jaxme.sqls.impl that return SQLGenerator
 SQLGenerator SQLFactoryImpl.newSQLGenerator()