com.espertech.esper.epl.spec
Class StatementSpecUnMapResult

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

public class StatementSpecUnMapResult
extends java.lang.Object

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


Constructor Summary
StatementSpecUnMapResult(EPStatementObjectModel objectModel, java.util.List<SubstitutionParameterExpressionBase> substitutionParams)
          Ctor.
 
Method Summary
 EPStatementObjectModel getObjectModel()
          Returns the object model.
 java.util.List<SubstitutionParameterExpressionBase> getSubstitutionParams()
          Returns the substitution paremeters keyed by the parameter's index.
 
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,
                                java.util.List<SubstitutionParameterExpressionBase> substitutionParams)
Ctor.

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

getObjectModel

public EPStatementObjectModel getObjectModel()
Returns the object model.

Returns:
object model

getSubstitutionParams

public java.util.List<SubstitutionParameterExpressionBase> getSubstitutionParams()
Returns the substitution paremeters keyed by the parameter's index.

Returns:
map of index and parameter

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