|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilteredQueryTree | |
---|---|
org.objectweb.medor.query.api | |
org.objectweb.medor.query.lib | |
org.objectweb.medor.query.rdb.api | |
org.objectweb.medor.query.rdb.lib |
Uses of FilteredQueryTree in org.objectweb.medor.query.api |
---|
Subinterfaces of FilteredQueryTree in org.objectweb.medor.query.api | |
interface |
NestQueryNode
All nesting fields (group by) are projected. |
interface |
QueryNode
|
interface |
UnnestQueryNode
|
Uses of FilteredQueryTree in org.objectweb.medor.query.lib |
---|
Classes in org.objectweb.medor.query.lib that implement FilteredQueryTree | |
class |
BasicQueryNode
A BasicQueryNode is an implementation of QueryNode. |
class |
Cartesian
|
class |
Intersection
|
class |
JoinProject
|
class |
Nest
|
class |
Project
|
class |
SelectProject
|
class |
Union
|
class |
Unnest
|
Uses of FilteredQueryTree in org.objectweb.medor.query.rdb.api |
---|
Subinterfaces of FilteredQueryTree in org.objectweb.medor.query.rdb.api | |
interface |
RdbExpQueryLeaf
An RdbExpQueryLeaf is a particular type of RdbQueryLeaf for which the associated SQL query if not given as a SQL String, but is computed from an Expression (representing the filter) and from abstract information made of QualifiedTables, representing the FROM part of the SQL query. |
Uses of FilteredQueryTree in org.objectweb.medor.query.rdb.lib |
---|
Classes in org.objectweb.medor.query.rdb.lib that implement FilteredQueryTree | |
class |
AggregateRdbQueryNode
This class represents a QueryLeaf which contains aggregate functions. |
class |
BasicRdbExpQueryLeaf
This class represents a QueryLeaf that maps onto a relational database store. |
class |
BasicRdbStringQueryLeaf
This class represents a QueryLeaf that maps onto a relational database store. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |