JoinQuery

JoinQuery

Superclass
QueryObject

Subclasses
FullOuterJoinQuery

Referenced By
QueryObject, FieldQueryExpression

JoinQuery is a QueryObject that is used to join two QueryObjects. This is not a natural
join, but is used to implement a natural join.

Encoding with ReportQuerySpecs:
	query class -> type
	query1 -> baseName
	query2 -> expression

Instance Variables:
query1 <QueryObject> one of the query objects to join
query2 <QueryObject> the other query object

Contacts