Uses of Interface
org.tranql.query.CommandFactory

Packages that use CommandFactory
org.tranql.cache   
org.tranql.ejb   
org.tranql.schema   
org.tranql.sql   
org.tranql.sql.sql92   
 

Uses of CommandFactory in org.tranql.cache
 

Methods in org.tranql.cache that return CommandFactory
 CommandFactory GlobalSchema.getCommandFactory()
           
 

Uses of CommandFactory in org.tranql.ejb
 

Classes in org.tranql.ejb that implement CommandFactory
 class EJBCommandFactory
           
 

Methods in org.tranql.ejb that return CommandFactory
 CommandFactory EJBSchema.getCommandFactory()
           
 

Uses of CommandFactory in org.tranql.schema
 

Methods in org.tranql.schema that return CommandFactory
 CommandFactory Schema.getCommandFactory()
           
 

Uses of CommandFactory in org.tranql.sql
 

Methods in org.tranql.sql that return CommandFactory
 CommandFactory SQLSchema.getCommandFactory()
           
 

Constructors in org.tranql.sql with parameters of type CommandFactory
SQLSchema(java.lang.String name, javax.sql.DataSource ds, CommandFactory commandFactory)
           
 

Uses of CommandFactory in org.tranql.sql.sql92
 

Classes in org.tranql.sql.sql92 that implement CommandFactory
 class SQL92Generator
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.