Uses of Class
net.esper.eql.expression.InsertIntoDesc

Packages that use InsertIntoDesc
net.esper.core   
net.esper.eql.expression   
net.esper.eql.parse   
 

Uses of InsertIntoDesc in net.esper.core
 

Constructors in net.esper.core with parameters of type InsertIntoDesc
EPEQLStmtStartMethod(InsertIntoDesc insertIntoDesc, java.util.List<SelectExprElement> selectionList, java.util.List<StreamSpec> streams, java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByNodes, java.lang.String eqlStatement, EPServicesContext services)
          Ctor.
 

Uses of InsertIntoDesc in net.esper.eql.expression
 

Methods in net.esper.eql.expression with parameters of type InsertIntoDesc
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, AutoImportService autoImportService)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Returns the processor to use for a given select-clause.
 

Constructors in net.esper.eql.expression with parameters of type InsertIntoDesc
SelectExprEvalProcessor(java.util.List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of InsertIntoDesc in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return InsertIntoDesc
 InsertIntoDesc EQLTreeWalker.getInsertIntoDesc()
          Return a descriptor with the insert-into event name and optional list of columns.