|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementSpecCompiled | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
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.expression | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of StatementSpecCompiled in com.espertech.esper.core |
---|
Constructors in com.espertech.esper.core with parameters of type StatementSpecCompiled | |
---|---|
EPStatementStartMethod(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext)
Ctor. |
Uses of StatementSpecCompiled in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type StatementSpecCompiled | |
---|---|
static ResultSetProcessor |
ResultSetProcessorFactory.getProcessor(StatementSpecCompiled statementSpecCompiled,
StatementContext stmtContext,
StreamTypeService typeService,
ViewResourceDelegate viewResourceDelegate)
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. |
Uses of StatementSpecCompiled in com.espertech.esper.epl.expression |
---|
Methods in com.espertech.esper.epl.expression that return StatementSpecCompiled | |
---|---|
StatementSpecCompiled |
ExprSubselectNode.getStatementSpecCompiled()
Returns the compiled statement spec. |
Methods in com.espertech.esper.epl.expression with parameters of type StatementSpecCompiled | |
---|---|
void |
ExprSubselectNode.setStatementSpecCompiled(StatementSpecCompiled statementSpecCompiled)
Supplies a compiled statement spec. |
Uses of StatementSpecCompiled in com.espertech.esper.epl.view |
---|
Methods in com.espertech.esper.epl.view with parameters of type StatementSpecCompiled | |
---|---|
static OutputProcessView |
OutputProcessViewFactory.makeView(ResultSetProcessor resultSetProcessor,
StatementSpecCompiled statementSpec,
StatementContext statementContext,
InternalEventRouter internalEventRouter)
Creates an output processor view depending on the presence of output limiting requirements. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |