Click or drag to resize

OnInsertSplitStreamItemCreate Method (InsertIntoClause, SelectClause, Expression)

Factory method for split-stream items.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OnInsertSplitStreamItem Create(
	InsertIntoClause insertInto,
	SelectClause selectClause,
	Expression whereClause
)

Parameters

insertInto
Type: com.espertech.esper.common.client.sodaInsertIntoClause
the insert-into clause
selectClause
Type: com.espertech.esper.common.client.sodaSelectClause
the select-clause
whereClause
Type: com.espertech.esper.common.client.sodaExpression
where-expression or null

Return Value

Type: OnInsertSplitStreamItem
split-stream item
See Also