Uses of Class
net.esper.eql.spec.SubstitutionParameterExpression

Packages that use SubstitutionParameterExpression
net.esper.client This package defines the central Esper Client APIs. 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of SubstitutionParameterExpression in net.esper.client
 

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

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

Uses of SubstitutionParameterExpression in net.esper.eql.spec
 

Methods in net.esper.eql.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 net.esper.eql.spec with parameters of type SubstitutionParameterExpression
 void StatementSpecUnMapContext.add(int index, SubstitutionParameterExpression subsParam)
          Adds a substitution parameters.
 

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

Constructor parameters in net.esper.eql.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