Uses of Class
com.espertech.esper.common.client.soda.InsertIntoClause
Packages that use InsertIntoClause
Package
Description
This package defines the Esper statement object model.
-
Uses of InsertIntoClause in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return InsertIntoClauseModifier and TypeMethodDescriptionstatic InsertIntoClause
Creates the insert-into clause.static InsertIntoClause
Creates the insert-into clause.static InsertIntoClause
InsertIntoClause.create
(String streamName, String[] columns, StreamSelector streamSelector) Creates the insert-into clause.static InsertIntoClause
InsertIntoClause.create
(String streamName, String[] columns, StreamSelector streamSelector, Expression precedence) Creates the insert-into clause.EPStatementObjectModel.getInsertInto()
Return the insert-into-clause, or null to indicate that the clause is absent.OnInsertSplitStreamItem.getInsertInto()
Returns the insert-into clause.Methods in com.espertech.esper.common.client.soda with parameters of type InsertIntoClauseModifier and TypeMethodDescriptionstatic OnInsertSplitStreamItem
OnInsertSplitStreamItem.create
(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause) Factory method for split-stream items.static OnInsertSplitStreamItem
OnInsertSplitStreamItem.create
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Factory method for split-stream items.EPStatementObjectModel.insertInto
(InsertIntoClause insertInto) Specify an insert-into-clause.void
EPStatementObjectModel.setInsertInto
(InsertIntoClause insertInto) Specify an insert-into-clause.void
OnInsertSplitStreamItem.setInsertInto
(InsertIntoClause insertInto) Sets the insert-into clause.Constructors in com.espertech.esper.common.client.soda with parameters of type InsertIntoClauseModifierConstructorDescriptionOnInsertSplitStreamItem
(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause) Ctor.OnInsertSplitStreamItem
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Ctor.