com.espertech.esper.epl.spec
Class StatementSpecUnMapResult

java.lang.Object
  extended by com.espertech.esper.epl.spec.StatementSpecUnMapResult

public class StatementSpecUnMapResult
extends Object

Return result for unmap operators unmapping an intermal statement representation to the SODA object model.


Constructor Summary
StatementSpecUnMapResult(EPStatementObjectModel objectModel, Map<Integer,SubstitutionParameterExpression> indexedParams)
          Ctor.
 
Method Summary
 Map<Integer,SubstitutionParameterExpression> getIndexedParams()
          Returns the substitution paremeters keyed by the parameter's index.
 EPStatementObjectModel getObjectModel()
          Returns the object model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementSpecUnMapResult

public StatementSpecUnMapResult(EPStatementObjectModel objectModel,
                                Map<Integer,SubstitutionParameterExpression> indexedParams)
Ctor.

Parameters:
objectModel - of the statement
indexedParams - a map of parameter index and parameter
Method Detail

getObjectModel

public EPStatementObjectModel getObjectModel()
Returns the object model.

Returns:
object model

getIndexedParams

public Map<Integer,SubstitutionParameterExpression> getIndexedParams()
Returns the substitution paremeters keyed by the parameter's index.

Returns:
map of index and parameter

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