public class QuerySetImpl extends Object implements QuerySet, Serializable
AR_SET_OPERATOR_INTERSECT, AR_SET_OPERATOR_MAX, AR_SET_OPERATOR_MINUS, AR_SET_OPERATOR_UNION, AR_SET_OPERATOR_UNION_ALLAR_MULTI_SCHEMA_JOIN_INNER, AR_MULTI_SCHEMA_JOIN_LEFT, AR_MULTI_SCHEMA_JOIN_NONE, AR_MULTI_SCHEMA_JOIN_RIGHT| Constructor and Description |
|---|
QuerySetImpl()
Default constructor
|
QuerySetImpl(Query leftQuery,
int setOperator,
Query rightQuery)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj) |
String |
getAlias()
Internal use.
|
IQuerySource |
getJoinedWith()
Returns the source this source is joined with.
|
QualifierInfo |
getJoinQualifier()
Returns the join qualifier.
|
int |
getJoinType()
Returns the type of a join.
|
Query |
getLeftQuery()
Gets the left query
|
Query |
getRightQuery()
Gets the right query
|
int |
getSetOperator()
Gets the set operator
|
int |
hashCode() |
void |
setJoinedWith(IQuerySource query)
Sets the source to be joined with.
|
void |
setJoinQualifier(QualifierInfo qualifier)
Sets the join qualifier.
|
void |
setJoinType(int joinType)
Sets the type of a join.
|
void |
setLeftQuery(Query complexQuery)
Sets the left query
|
void |
setRightQuery(Query complexQuery)
Sets the right query
|
void |
setSetOperator(int setOperator)
Sets the set operator
|
String |
toString() |
String |
toStringShort()
Returns identifier/name information.
|
public Query getLeftQuery()
QuerySetgetLeftQuery in interface QuerySetpublic void setLeftQuery(Query complexQuery)
QuerySetsetLeftQuery in interface QuerySetpublic Query getRightQuery()
QuerySetgetRightQuery in interface QuerySetpublic void setRightQuery(Query complexQuery)
QuerySetsetRightQuery in interface QuerySetpublic int getSetOperator()
QuerySetgetSetOperator in interface QuerySetpublic void setSetOperator(int setOperator)
QuerySetsetSetOperator in interface QuerySetpublic String getAlias()
IQuerySourcegetAlias in interface IQuerySourcepublic String toStringShort()
IQuerySourcetoStringShort in interface IQuerySourcepublic Object clone() throws CloneNotSupportedException
clone in interface IQuerySourceclone in class ObjectCloneNotSupportedExceptionpublic int getJoinType()
IQuerySourcegetJoinType in interface IQuerySourcepublic void setJoinType(int joinType)
IQuerySourcesetJoinType in interface IQuerySourcepublic QualifierInfo getJoinQualifier()
IQuerySourcegetJoinQualifier in interface IQuerySourcepublic void setJoinQualifier(QualifierInfo qualifier)
IQuerySourcesetJoinQualifier in interface IQuerySourcepublic IQuerySource getJoinedWith()
IQuerySourcegetJoinedWith in interface IQuerySourcepublic void setJoinedWith(IQuerySource query)
IQuerySourcesetJoinedWith in interface IQuerySourceQuerySourceForm.setJoin(com.bmc.arsys.api.IQuerySource, int, com.bmc.arsys.api.QualifierInfo)? Copyright 2013 BMC Software, Inc.