Uses of Class
net.sf.csutils.core.query.tree.ObjectType

Packages that use ObjectType
net.sf.csutils.core.query.antlr   
net.sf.csutils.core.query.impl   
net.sf.csutils.core.query.tree   
 

Uses of ObjectType in net.sf.csutils.core.query.antlr
 

Methods in net.sf.csutils.core.query.antlr that return ObjectType
 ObjectType CsqlBaseParser.fromClassOrOuterQueryPath()
           
 ObjectType CsqlBaseParser.fromJoin()
           
 ObjectType CsqlBaseParser.fromRange()
           
 

Uses of ObjectType in net.sf.csutils.core.query.impl
 

Methods in net.sf.csutils.core.query.impl with parameters of type ObjectType
protected  AbstractQueryGenerator.ObjectTypeInfo AbstractQueryGenerator.createJoin(ObjectType pQueryType)
           
protected  ROType AbstractQueryGenerator.findMatchingObjectType(Statement pStatement, ObjectType pQueryType)
           
 

Uses of ObjectType in net.sf.csutils.core.query.tree
 

Methods in net.sf.csutils.core.query.tree that return ObjectType
 ObjectType NodeFactory.objectType(java.lang.String pName, java.lang.String pAlias)
          Creates a new ObjectType.
 

Methods in net.sf.csutils.core.query.tree that return types with arguments of type ObjectType
 java.util.List<ObjectType> SelectStatement.getObjectTypes()
           
 

Methods in net.sf.csutils.core.query.tree with parameters of type ObjectType
 void NodeFactory.objectType(SelectStatement pStatement, ObjectType pObjectType)
          Adds the given object type (aka, a JOIN clause) to the select statements list of object types.
 



Copyright © 2009-2011. All Rights Reserved.