Uses of Class
com.espertech.esper.epl.spec.InsertIntoDesc

Packages that use InsertIntoDesc
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of InsertIntoDesc in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type InsertIntoDesc
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(List<SelectClauseElementCompiled> selectionList, boolean isUsingWildcard, InsertIntoDesc insertIntoDesc, StreamTypeService typeService, EventAdapterService eventAdapterService, StatementResultService statementResultService)
          Returns the processor to use for a given select-clause.
 

Constructors in com.espertech.esper.epl.core with parameters of type InsertIntoDesc
SelectExprEvalProcessor(List<SelectClauseExprCompiledSpec> selectionList, InsertIntoDesc insertIntoDesc, boolean isUsingWildcard, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Ctor.
SelectExprEvalProcessorStreams(List<SelectClauseExprCompiledSpec> selectionList, List<SelectClauseStreamCompiledSpec> selectedStreams, InsertIntoDesc insertIntoDesc, boolean isUsingWildcard, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Ctor.
SelectExprJoinWildcardProcessor(String[] streamNames, EventType[] streamTypes, EventAdapterService eventAdapterService, InsertIntoDesc insertIntoDesc)
          Ctor.
 

Uses of InsertIntoDesc in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return InsertIntoDesc
 InsertIntoDesc StatementSpecRaw.getInsertIntoDesc()
          Return a descriptor with the insert-into event name and optional list of columns.
 InsertIntoDesc StatementSpecCompiled.getInsertIntoDesc()
          Return a descriptor with the insert-into event name and optional list of columns.
 

Methods in com.espertech.esper.epl.spec with parameters of type InsertIntoDesc
 void StatementSpecRaw.setInsertIntoDesc(InsertIntoDesc insertIntoDesc)
          Sets the definition for any insert-into clause.
 

Constructors in com.espertech.esper.epl.spec with parameters of type InsertIntoDesc
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateVariableDesc createVariableDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpecCompiled selectClauseSpec, List<StreamSpecCompiled> streamSpecs, List<OuterJoinDesc> outerJoinDescList, ExprNode filterExprRootNode, List<ExprNode> groupByExpressions, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, List<OrderByItem> orderByList, List<ExprSubselectNode> subSelectExpressions, boolean hasVariables)
          Ctor.
 


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