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

Packages that use SubstitutionParameterExpression
com.espertech.esper.client This package defines the central Esper Client APIs. 
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 SubstitutionParameterExpression in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return types with arguments of type SubstitutionParameterExpression
 Map<Integer,SubstitutionParameterExpression> EPPreparedStatementImpl.getSubParams()
          Returns the indexed substitution parameters.
 

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

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

Methods in com.espertech.esper.epl.spec that return types with arguments of type SubstitutionParameterExpression
 Map<Integer,SubstitutionParameterExpression> StatementSpecUnMapResult.getIndexedParams()
          Returns the substitution paremeters keyed by the parameter's index.
 Map<Integer,SubstitutionParameterExpression> StatementSpecUnMapContext.getIndexedParams()
          Returns all indexed parameters.
 

Methods in com.espertech.esper.epl.spec with parameters of type SubstitutionParameterExpression
 void StatementSpecUnMapContext.add(int index, SubstitutionParameterExpression subsParam)
          Adds a substitution parameters.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type SubstitutionParameterExpression
 void StatementSpecUnMapContext.addAll(Map<Integer,SubstitutionParameterExpression> inner)
          Adds all substitution parameters.
 

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


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