Uses of Class
com.espertech.esper.client.soda.InsertIntoClause

Packages that use InsertIntoClause
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of InsertIntoClause in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return InsertIntoClause
static InsertIntoClause InsertIntoClause.create(java.lang.String streamName)
          Creates the insert-into clause.
static InsertIntoClause InsertIntoClause.create(java.lang.String streamName, java.lang.String... columns)
          Creates the insert-into clause.
static InsertIntoClause InsertIntoClause.create(java.lang.String streamName, java.lang.String[] columns, StreamSelector streamSelector)
          Creates the insert-into clause.
 InsertIntoClause OnInsertSplitStreamItem.getInsertInto()
          Returns the insert-into clause.
 InsertIntoClause EPStatementObjectModel.getInsertInto()
          Return the insert-into-clause, or null to indicate that the clause is absent.
 

Methods in com.espertech.esper.client.soda with parameters of type InsertIntoClause
static OnInsertSplitStreamItem OnInsertSplitStreamItem.create(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Factory method for split-stream items.
 EPStatementObjectModel EPStatementObjectModel.insertInto(InsertIntoClause insertInto)
          Specify an insert-into-clause.
 void OnInsertSplitStreamItem.setInsertInto(InsertIntoClause insertInto)
          Sets the insert-into clause.
 void EPStatementObjectModel.setInsertInto(InsertIntoClause insertInto)
          Specify an insert-into-clause.
 

Constructors in com.espertech.esper.client.soda with parameters of type InsertIntoClause
OnInsertSplitStreamItem(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com