Uses of Class
com.espertech.esper.client.soda.EPStatementObjectModel

Packages that use EPStatementObjectModel
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
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 EPStatementObjectModel in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPStatementObjectModel
 EPStatementObjectModel EPAdministrator.compileEPL(String eplExpression)
          Compiles a given EPL into an object model representation of the query.
 EPStatementObjectModel EPPreparedStatementImpl.getModel()
          Returns the statement object model for the prepared statement
 

Methods in com.espertech.esper.client with parameters of type EPStatementObjectModel
 EPStatement EPAdministrator.create(EPStatementObjectModel sodaStatement)
          Creates and starts an EPL statement.
 EPStatement EPAdministrator.create(EPStatementObjectModel sodaStatement, String statementName)
          Creates and starts an EPL statement.
 

Constructors in com.espertech.esper.client with parameters of type EPStatementObjectModel
EPPreparedStatementImpl(EPStatementObjectModel model, Map<Integer,SubstitutionParameterExpression> subParams)
          Ctor.
 

Uses of EPStatementObjectModel in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return EPStatementObjectModel
 EPStatementObjectModel SubqueryInExpression.getModel()
          Returns the lookup statement object model.
 EPStatementObjectModel SubqueryExpression.getModel()
          Returns the lookup statement object model.
 EPStatementObjectModel SubqueryExistsExpression.getModel()
          Returns the lookup statement object model.
 EPStatementObjectModel EPStatementObjectModel.setFromClause(FromClause fromClause)
          Specify a from-clause.
 EPStatementObjectModel EPStatementObjectModel.setGroupByClause(GroupByClause groupByClause)
          Specify a group-by-clause.
 EPStatementObjectModel EPStatementObjectModel.setHavingClause(Expression havingClause)
          Specify a having-clause.
 EPStatementObjectModel EPStatementObjectModel.setInsertInto(InsertIntoClause insertInto)
          Specify an insert-into-clause.
 EPStatementObjectModel EPStatementObjectModel.setOrderByClause(OrderByClause orderByClause)
          Specify an order-by-clause.
 EPStatementObjectModel EPStatementObjectModel.setOutputLimitClause(OutputLimitClause outputLimitClause)
          Specify an output-rate-limiting-clause.
 EPStatementObjectModel EPStatementObjectModel.setSelectClause(SelectClause selectClause)
          Specify a select-clause.
 EPStatementObjectModel EPStatementObjectModel.setWhereClause(Expression whereClause)
          Specify a where-clause.
 

Methods in com.espertech.esper.client.soda with parameters of type EPStatementObjectModel
 void SubqueryInExpression.setModel(EPStatementObjectModel model)
          Sets the lookup statement object model.
 void SubqueryExpression.setModel(EPStatementObjectModel model)
          Sets the lookup statement object model.
 void SubqueryExistsExpression.setModel(EPStatementObjectModel model)
          Sets the lookup statement object model.
static SubqueryExpression Expressions.subquery(EPStatementObjectModel model)
          Subquery.
static SubqueryExistsExpression Expressions.subqueryExists(EPStatementObjectModel model)
          Subquery with exists-clause, represents the syntax of "select * from ...
static SubqueryInExpression Expressions.subqueryIn(Expression expression, EPStatementObjectModel model)
          Subquery with in-clause, represents the syntax of "value in (select ...
static SubqueryInExpression Expressions.subqueryIn(String property, EPStatementObjectModel model)
          Subquery with in-clause, represents the syntax of "value in (select ...
static SubqueryInExpression Expressions.subqueryNotIn(Expression expression, EPStatementObjectModel model)
          Subquery with not-in-clause, represents the syntax of "value not in (select ...
static SubqueryInExpression Expressions.subqueryNotIn(String property, EPStatementObjectModel model)
          Subquery with not-in-clause, represents the syntax of "value not in (select ...
 

Constructors in com.espertech.esper.client.soda with parameters of type EPStatementObjectModel
SubqueryExistsExpression(EPStatementObjectModel model)
          Ctor - for use to create an expression tree, without child expression.
SubqueryExpression(EPStatementObjectModel model)
          Ctor - for use to create an expression tree, without child expression.
SubqueryInExpression(EPStatementObjectModel model, boolean isNotIn)
          Ctor - for use to create an expression tree, without child expression.
SubqueryInExpression(Expression expression, EPStatementObjectModel model, boolean isNotIn)
          Ctor - for use to create an expression tree, without child expression.
 

Uses of EPStatementObjectModel in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return EPStatementObjectModel
 EPStatementObjectModel EPAdministratorImpl.compileEPL(String eplStatement)
           
 

Methods in com.espertech.esper.core with parameters of type EPStatementObjectModel
 EPStatement EPAdministratorImpl.create(EPStatementObjectModel sodaStatement)
           
 EPStatement EPAdministratorImpl.create(EPStatementObjectModel sodaStatement, String statementName)
           
 

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

Methods in com.espertech.esper.epl.spec that return EPStatementObjectModel
 EPStatementObjectModel StatementSpecUnMapResult.getObjectModel()
          Returns the object model.
 

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

Constructors in com.espertech.esper.epl.spec with parameters of type EPStatementObjectModel
StatementSpecUnMapResult(EPStatementObjectModel objectModel, Map<Integer,SubstitutionParameterExpression> indexedParams)
          Ctor.
 


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