Uses of Class
net.esper.client.soda.InsertIntoClause

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

Uses of InsertIntoClause in net.esper.client.soda
 

Methods in net.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 net.esper.client.soda with parameters of type InsertIntoClause
 EPStatementObjectModel EPStatementObjectModel.setInsertInto(InsertIntoClause insertInto)
          Specify an insert-into-clause.