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(String streamName)
          Creates the insert-into clause.
static InsertIntoClause InsertIntoClause.create(String streamName, String... columns)
          Creates the insert-into clause.
static InsertIntoClause InsertIntoClause.create(String streamName, String[] columns, StreamSelector streamSelector)
          Creates 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
 EPStatementObjectModel EPStatementObjectModel.setInsertInto(InsertIntoClause insertInto)
          Specify an insert-into-clause.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com