Uses of Class
com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Packages that use OnMergeMatchedInsertAction
Package
Description
This package defines the Esper statement object model.
-
Uses of OnMergeMatchedInsertAction in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return OnMergeMatchedInsertActionModifier and TypeMethodDescriptionOnMergeClause.getInsertNoMatch()
Reutrns an optional insert to executed without a match-clause.Methods in com.espertech.esper.common.client.soda with parameters of type OnMergeMatchedInsertActionModifier and TypeMethodDescriptionvoid
OnMergeClause.setInsertNoMatch
(OnMergeMatchedInsertAction insertNoMatch) Sets an optional insert to executed without a match-clause.