eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
eworks.RQL.model.ProjectionList

Packages that use ProjectionList
eworks.RQL.model   
 

Uses of ProjectionList in eworks.RQL.model
 

Methods in eworks.RQL.model that return ProjectionList
 ProjectionList Query.getProjection()
          Returns this query's projection list.
 

Methods in eworks.RQL.model with parameters of type ProjectionList
 void Query.setProjection(ProjectionList pl)
          Sets this query's projection list.
 

Constructors in eworks.RQL.model with parameters of type ProjectionList
Query(ProjectionList pl, RangeList rangeList, DisjunctionCondition c, boolean distinct)
          Creates a new query with a certain projection list, range list and disjunction condition.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/