![]() | EPStatementObjectModel Properties |
The EPStatementObjectModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotations |
Returns annotations.
|
![]() | ContextName |
Returns the context name if context dimensions apply to statement.
|
![]() | CreateContext |
Returns the create-context clause.
|
![]() | CreateDataFlow |
Returns the "create dataflow" part, if present.
|
![]() | CreateExpression |
Returns the create-expression clause, if any
|
![]() | CreateIndex |
Returns create-index clause.
|
![]() | CreateSchema |
Returns the create-schema clause.
|
![]() | CreateTable |
Returns the create-table clause if present or null if not present
|
![]() | CreateVariable |
Returns the create-variable clause if this is a statement creating a variable, or null if not.
|
![]() | CreateWindow |
Returns the create-window clause for creating named windows, or null if this statement does not
create a named window.
|
![]() | ExpressionDeclarations |
Returns the expression declarations, if any.
|
![]() | FireAndForgetClause |
Returns fire-and-forget (on-demand) query information for FAF select, insert, update and delete.
|
![]() | ForClause |
Returns the for-clause.
|
![]() | FromClause |
Specify a from-clause.
|
![]() | GroupByClause |
Return the group-by-clause, or null to indicate that the clause is absent.
|
![]() | HavingClause |
Return the having-clause, or null to indicate that the clause is absent.
|
![]() | InsertInto |
Return the insert-into-clause, or null to indicate that the clause is absent.
|
![]() | IntoTableClause |
Returns the into-table clause, or null if none found.
|
![]() | MatchRecognizeClause |
Match-recognize clause.
|
![]() | OnExpr |
Returns the on-delete clause for deleting from named windows, or null if this statement
does not delete from a named window
|
![]() | OrderByClause |
Return the order-by-clause, or null to indicate that the clause is absent.
|
![]() | OutputLimitClause |
Return the output-rate-limiting-clause, or null to indicate that the clause is absent.
|
![]() | RowLimitClause |
Returns the row limit specification, or null if none supplied.
|
![]() | ScriptExpressions |
Returns the scripts defined.
|
![]() | SelectClause |
Return the select-clause.
|
![]() | TreeObjectName |
Returns the internal expression id assigned for tools to identify the expression.
|
![]() | UpdateClause |
Returns the update specification.
|
![]() | WhereClause |
Return the where-clause, or null to indicate that the clause is absent.
|