Uses of Class
unity.globalschema.GlobalSchema

Packages that use GlobalSchema
unity.jdbc   
unity.parser   
unity.query   
 

Uses of GlobalSchema in unity.jdbc
 

Constructors in unity.jdbc with parameters of type GlobalSchema
UnityConnection(GlobalSchema gs, java.util.Properties info)
           
UnityDatabaseMetaData(GlobalSchema s, UnityConnection c)
           
UnityStatement(UnityConnection cnt, int resultSetType, int resultSetConcurrency, GlobalSchema gs)
           
 

Uses of GlobalSchema in unity.parser
 

Methods in unity.parser with parameters of type GlobalSchema
 GlobalQuery GlobalParser.parse(java.lang.String queryString, GlobalSchema schema)
           
 

Constructors in unity.parser with parameters of type GlobalSchema
PTreeBuilderValidater(GlobalSchema s)
           
 

Uses of GlobalSchema in unity.query
 

Methods in unity.query with parameters of type GlobalSchema
 LQTree LQTreeBuilder.BuildLQTree(SubQuery sq, SimpleNode ptRoot, GlobalSchema gs, java.util.HashMap tableLookup, java.util.HashMap attrLookup)