Uses of Class
org.tranql.sql.SQLSchema

Packages that use SQLSchema
org.tranql.builder   
org.tranql.ddl   
org.tranql.dynamicquery   
org.tranql.ejbqlcompiler   
org.tranql.sql   
org.tranql.sql.sql92   
 

Uses of SQLSchema in org.tranql.builder
 

Fields in org.tranql.builder declared as SQLSchema
protected  SQLSchema StaticCommandBuilder.sqlSchema
           
 

Constructors in org.tranql.builder with parameters of type SQLSchema
SQLQueryBuilder(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema cacheSchema)
           
DynamicCommandBuilder(java.lang.String name, EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
StaticCommandBuilder(java.lang.String name, EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
GlobalSchemaBuilder(GlobalSchema globalSchema, EJBSchema ejbSchema, SQLSchema sqlSchema)
           
 

Uses of SQLSchema in org.tranql.ddl
 

Constructors in org.tranql.ddl with parameters of type SQLSchema
DDLGenerator(SQLSchema schema, DDLCommandBuilder commandBuilder)
           
DDLBuilder(SQLSchema schema)
           
 

Uses of SQLSchema in org.tranql.dynamicquery
 

Constructors in org.tranql.dynamicquery with parameters of type SQLSchema
BasicQueryManager(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Uses of SQLSchema in org.tranql.ejbqlcompiler
 

Methods in org.tranql.ejbqlcompiler with parameters of type SQLSchema
 EJBQLCompilerFactory.EJBQLCompiler DB2EJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 EJBQLCompilerFactory.EJBQLCompiler DerbyEJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 EJBQLCompilerFactory.EJBQLCompiler OracleEJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Uses of SQLSchema in org.tranql.sql
 

Subclasses of SQLSchema in org.tranql.sql
 class BaseSQLSchema
           
 

Methods in org.tranql.sql with parameters of type SQLSchema
 EJBQLCompilerFactory.EJBQLCompiler EJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Constructors in org.tranql.sql with parameters of type SQLSchema
EJBQLToPhysicalQuery(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Uses of SQLSchema in org.tranql.sql.sql92
 

Subclasses of SQLSchema in org.tranql.sql.sql92
 class SQL92Schema
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.