Uses of Class
com.espertech.esper.core.service.StatementType

Packages that use StatementType
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.expression.core Core expression classes. 
 

Uses of StatementType in com.espertech.esper.core.context.util
 

Methods in com.espertech.esper.core.context.util that return StatementType
 StatementType AgentInstanceViewFactoryChainContext.getStatementType()
           
 StatementType AgentInstanceContext.getStatementType()
           
 

Uses of StatementType in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return StatementType
 StatementType StatementMetadata.getStatementType()
          Returns the statement type.
 StatementType StatementContext.getStatementType()
           
 StatementType ExprEvaluatorContextWTableAccess.getStatementType()
           
 StatementType ExprEvaluatorContextStatement.getStatementType()
           
 StatementType EPStatementHandle.getStatementType()
           
static StatementType StatementMetadataFactoryDefault.getStatementType(StatementSpecRaw statementSpec, boolean pattern)
           
static StatementType StatementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatementType[] StatementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.core.service with parameters of type StatementType
 StatementContext StatementContextFactoryDefault.makeContext(java.lang.String statementId, java.lang.String statementName, java.lang.String expression, StatementType statementType, EPServicesContext engineServices, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, boolean isFireAndForget, java.lang.annotation.Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, java.util.List<ExprSubselectNode> subselectNodes, boolean writesToTables)
           
 StatementContext StatementContextFactory.makeContext(java.lang.String statementId, java.lang.String statementName, java.lang.String expression, StatementType statementType, EPServicesContext engineServices, java.util.Map<java.lang.String,java.lang.Object> optAdditionalContext, boolean isFireAndForget, java.lang.annotation.Annotation[] annotations, EPIsolationUnitServices isolationUnitServices, boolean stateless, StatementSpecRaw statementSpecRaw, java.util.List<ExprSubselectNode> subselectNodes, boolean writesToTables)
          Create a new statement context consisting of statement-level services.
 

Constructors in com.espertech.esper.core.service with parameters of type StatementType
EPStatementHandle(java.lang.String statementId, java.lang.String statementName, java.lang.String statementText, StatementType statementType, java.lang.String expressionText, boolean hasVariables, StatementMetricHandle metricsHandle, int priority, boolean preemptive, boolean hasTableAccess)
          Ctor.
StatementMetadata(StatementType statementType)
          Ctor.
 

Uses of StatementType in com.espertech.esper.epl.expression.core
 

Methods in com.espertech.esper.epl.expression.core that return StatementType
 StatementType ExprEvaluatorContextTimeOnly.getStatementType()
           
 StatementType ExprEvaluatorContext.getStatementType()
           
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com