![]() | EPStatementObjectModel Methods |
The EPStatementObjectModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Select |
Specify a select-clause.
|
![]() | SetFrom |
Specify a from-clause.
|
![]() | SetGroupBy |
Specify a group-by-clause.
|
![]() | SetHaving |
Specify a having-clause.
|
![]() | SetInsertInto |
Specify an insert-into-clause.
|
![]() | SetOrderBy |
Specify an order-by-clause.
|
![]() | SetOutputLimit |
Specify an output-rate-limiting-clause.
|
![]() | SetWhere |
Specify a where-clause.
|
![]() | ToEPL |
Renders the object model in it's EPL syntax textual representation.
|
![]() | ToEPL(TextWriter) |
Rendering using the provided writer.
|
![]() | ToEPL(EPStatementFormatter) |
Rendering using the provided formatter.
|
![]() | ToEPL(EPStatementFormatter, TextWriter) |
Renders the object model in it's EPL syntax textual representation, using a whitespace-formatter as provided.
|