Uses of Class
com.espertech.esper.common.client.soda.InsertIntoClause
Package
Description
This package defines the Esper statement object model.
-
Uses of InsertIntoClause in com.espertech.esper.common.client.soda
Modifier 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.Modifier 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.ModifierConstructorDescriptionOnInsertSplitStreamItem
(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause) Ctor.OnInsertSplitStreamItem
(InsertIntoClause insertInto, SelectClause selectClause, List<ContainedEventSelect> propertySelects, String propertySelectsStreamName, Expression whereClause) Ctor.