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

Packages that use StatementSpecRaw
com.espertech.esper.core Implementation of client package interfaces, glue code 
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.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
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 StatementSpecRaw in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return StatementSpecRaw
protected static StatementSpecRaw EPAdministratorImpl.compileEPL(String eplStatement, String statementName, EPServicesContext services, SelectClauseStreamSelectorEnum defaultStreamSelector)
          Compile the EPL.
 

Methods in com.espertech.esper.core with parameters of type StatementSpecRaw
 EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
           
 EPStatement StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
          Create and start the statement.
protected  EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName, String statementId, Map<String,Object> optAdditionalContext)
          Creates and starts statement.
protected  EPStatement StatementLifecycleSvcImpl.createStarted(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId, Map<String,Object> optAdditionalContext)
          Creates a started statement.
protected  StatementLifecycleSvcImpl.EPStatementDesc StatementLifecycleSvcImpl.createStopped(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId, Map<String,Object> optAdditionalContext)
          Create stopped statement.
 

Uses of StatementSpecRaw in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression that return StatementSpecRaw
 StatementSpecRaw ExprSubselectNode.getStatementSpecRaw()
          Returns the uncompiled statement spec.
 

Constructors in com.espertech.esper.epl.expression with parameters of type StatementSpecRaw
ExprSubselectExistsNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectInNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectRowNode(StatementSpecRaw statementSpec)
          Ctor.
 

Uses of StatementSpecRaw in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse that return StatementSpecRaw
 StatementSpecRaw EPLTreeWalker.getStatementSpec()
          Returns statement specification.
 

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

Methods in com.espertech.esper.epl.spec that return StatementSpecRaw
static StatementSpecRaw StatementSpecMapper.map(EPStatementObjectModel sodaStatement, EngineImportService engineImportService, VariableService variableService)
          Maps the SODA object model to a statement specification.
 

Methods in com.espertech.esper.epl.spec with parameters of type StatementSpecRaw
static StatementSpecUnMapResult StatementSpecMapper.unmap(StatementSpecRaw statementSpec)
          Maps the internal representation of a statement to the SODA object model.
 


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