![]() | FromClause Methods |
The FromClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(OuterJoinQualifier) |
Adds an outer join descriptor that defines how the streams are related via outer joins.
For joining N streams, add N-1 outer join qualifiers.
|
![]() | Add(Stream) |
Adds a stream.
Use to add filter-based streams.
|
![]() ![]() | Create |
Creates an empty from-clause to which one adds streams via the add methods.
|
![]() ![]() | Create(Stream) |
Creates a from clause that selects from a single stream.
Use to create filter-based streams to add.
|
![]() ![]() | Create(Stream, OuterJoinQualifier, Stream) |
Creates a from-clause that lists 2 projected streams joined via outer join.
|
![]() | ToEPL |
Renders the from-clause in textual representation.
|
![]() | ToEPLOptions |
Renders the from-clause in textual representation.
|