![]() | OuterJoinQualifier Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OuterJoinQualifier
The OuterJoinQualifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | OuterJoinQualifier |
Ctor.
|
![]() | OuterJoinQualifier(OuterJoinType, PropertyValueExpression, PropertyValueExpression) |
Ctor.
|
![]() | OuterJoinQualifier(OuterJoinType, PropertyValueExpression, PropertyValueExpression, ListT) | Initializes a new instance of the OuterJoinQualifier class |
Name | Description | |
---|---|---|
![]() | AdditionalProperties |
Returns optional additional properties in the on-clause of the outer join.
|
![]() | Left |
Returns property value expression to join on.
|
![]() | Right |
Returns property value expression to join on.
|
![]() | Type |
Returns the type of outer join.
|
Name | Description | |
---|---|---|
![]() | Add |
Add additional properties to the on-clause, which are logical-and to existing properties
|
![]() ![]() | Create |
Creates qualifier.
|