Click or drag to resize

EPStatementObjectModel Properties

The EPStatementObjectModel type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Returns annotations.
Public propertyContextName
Returns the context name if context dimensions apply to statement.
Public propertyCreateContext
Returns the create-context clause.
Public propertyCreateDataFlow
Returns the "create dataflow" part, if present.
Public propertyCreateExpression
Returns the create-expression clause, if any
Public propertyCreateIndex
Returns create-index clause.
Public propertyCreateSchema
Returns the create-schema clause.
Public propertyCreateTable
Returns the create-table clause if present or null if not present
Public propertyCreateVariable
Returns the create-variable clause if this is a statement creating a variable, or null if not.
Public propertyCreateWindow
Returns the create-window clause for creating named windows, or null if this statement does not create a named window.
Public propertyExpressionDeclarations
Returns the expression declarations, if any.
Public propertyFireAndForgetClause
Returns fire-and-forget (on-demand) query information for FAF select, insert, update and delete.
Public propertyForClause
Returns the for-clause.
Public propertyFromClause
Specify a from-clause.
Public propertyGroupByClause
Return the group-by-clause, or null to indicate that the clause is absent.
Public propertyHavingClause
Return the having-clause, or null to indicate that the clause is absent.
Public propertyInsertInto
Return the insert-into-clause, or null to indicate that the clause is absent.
Public propertyIntoTableClause
Returns the into-table clause, or null if none found.
Public propertyMatchRecognizeClause
Match-recognize clause.
Public propertyOnExpr
Returns the on-delete clause for deleting from named windows, or null if this statement does not delete from a named window
Public propertyOrderByClause
Return the order-by-clause, or null to indicate that the clause is absent.
Public propertyOutputLimitClause
Return the output-rate-limiting-clause, or null to indicate that the clause is absent.
Public propertyRowLimitClause
Returns the row limit specification, or null if none supplied.
Public propertyScriptExpressions
Returns the scripts defined.
Public propertySelectClause
Return the select-clause.
Public propertyTreeObjectName
Returns the internal expression id assigned for tools to identify the expression.
Public propertyUpdateClause
Returns the update specification.
Public propertyWhereClause
Return the where-clause, or null to indicate that the clause is absent.
Top
See Also