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

Packages that use SQLFactory
net.sf.jaxme.js.junit   
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   
net.sf.jaxme.sqls.junit   
 

Uses of SQLFactory in net.sf.jaxme.js.junit
 

Methods in net.sf.jaxme.js.junit that return SQLFactory
protected  SQLFactory VersionTest.getSQLFactory()
           
 

Uses of SQLFactory in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls that return SQLFactory
 SQLFactory Statement.getSQLFactory()
          Returns the SQLFactory that created this Statement.
 SQLFactory Schema.getSQLFactory()
          Returns the SQLFactory that created this instance of Schema.
 

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

Subinterfaces of SQLFactory in net.sf.jaxme.sqls.db2
 interface DB2SQLFactory
          Interface of an SQL factory for DB2 databases.
 

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

Constructors in net.sf.jaxme.sqls.db2 with parameters of type SQLFactory
DB2SchemaImpl(SQLFactory pFactory, Schema.Name pName)
           
 

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

Subinterfaces of SQLFactory in net.sf.jaxme.sqls.hsqldb
 interface HsqlDbSQLFactory
          Interface of an SQL factory for HsqlDb databases.
 

Classes in net.sf.jaxme.sqls.hsqldb that implement SQLFactory
 class HsqlDbSQLFactoryImpl
          Default implementation of an SQL factory for HsqlDb databases.
 

Constructors in net.sf.jaxme.sqls.hsqldb with parameters of type SQLFactory
HsqlDbSchemaImpl(SQLFactory pFactory, Schema.Name pName)
           
 

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

Classes in net.sf.jaxme.sqls.impl that implement SQLFactory
 class SQLFactoryImpl
          Default implementation of an SQLFactory.
 

Methods in net.sf.jaxme.sqls.impl that return SQLFactory
 SQLFactory StatementImpl.getSQLFactory()
           
 SQLFactory SchemaImpl.getSQLFactory()
           
 

Constructors in net.sf.jaxme.sqls.impl with parameters of type SQLFactory
UpdateStatementImpl(SQLFactory pFactory)
           
StatementImpl(SQLFactory pFactory)
           
SetStatementImpl(SQLFactory pFactory)
           
SelectStatementImpl(SQLFactory pFactory)
          Creates a new SelectStatement and sets the creating SQLFactory.
SchemaImpl(SQLFactory pFactory, Schema.Name pName)
          Creates a new instance of SchemaImpl.
ConstrainedStatementImpl(SQLFactory pFactory)
           
 

Uses of SQLFactory in net.sf.jaxme.sqls.junit
 

Methods in net.sf.jaxme.sqls.junit that return SQLFactory
protected  SQLFactory DB2Test.newSQLFactory()
           
protected  SQLFactory CreateTest.newSQLFactory()