Click or drag to resize

OnMergeMatchedInsertAction Class

For use with on-merge clauses, inserts into a named window if matching rows are not found.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnMergeMatchedInsertAction

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OnMergeMatchedInsertAction : OnMergeMatchedAction

The OnMergeMatchedInsertAction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumnNames
Returns the insert-into column names, if provided.
Public propertyOptionalStreamName
Returns the insert-into stream name.
Public propertySelectList
Returns the select expressions.
Public propertyWhereClause
Returns the action condition, or null if undefined.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also