Click or drag to resize

FireAndForgetInsert Class

Fire-and-forget (on-demand) insert DML.

The insert-into clause holds the named window name and column names. The select-clause list holds the values to be inserted.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaFireAndForgetInsert

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

The FireAndForgetInsert type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsUseValuesKeyword
Returns indicator whether to use the values keyword.
Top
See Also