|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
DynamicCommandBuilder(java.lang.String name,
EJBSchema ejbSchema,
SQLSchema sqlSchema,
GlobalSchema globalSchema)
|
|
GlobalSchemaBuilder(GlobalSchema globalSchema,
EJBSchema ejbSchema,
SQLSchema sqlSchema)
|
|
SQLQueryBuilder(EJBSchema ejbSchema,
SQLSchema sqlSchema,
GlobalSchema cacheSchema)
|
|
StaticCommandBuilder(java.lang.String name,
EJBSchema ejbSchema,
SQLSchema sqlSchema,
GlobalSchema globalSchema)
|
Uses of SQLSchema in org.tranql.ddl |
---|
Constructors in org.tranql.ddl with parameters of type SQLSchema | |
---|---|
DDLBuilder(SQLSchema schema)
|
|
DDLGenerator(SQLSchema schema,
DDLCommandBuilder commandBuilder)
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |