Uses of Interface
net.sf.jaxme.sqls.db2.DB2SQLFactory

Packages that use DB2SQLFactory
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.  
 

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

Classes in net.sf.jaxme.sqls.db2 that implement DB2SQLFactory
 class DB2SQLFactoryImpl
          Default implementation of an SQL factory for DB2 databases.
 

Methods in net.sf.jaxme.sqls.db2 that return DB2SQLFactory
 DB2SQLFactory TableSpaceImpl.getSQLFactory()
           
 DB2SQLFactory TableSpace.getSQLFactory()
          Returns the SQLFactory that created this TableSpace object.
 DB2SQLFactory DB2SQLFactoryImpl.PredefinedTableSpace.getSQLFactory()
           
 

Constructors in net.sf.jaxme.sqls.db2 with parameters of type DB2SQLFactory
TableSpaceImpl(DB2SQLFactory pFactory, TableSpace.Name pName, TableSpace.Type pType)