|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StatementSpecUnMapResult
public class StatementSpecUnMapResult
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 |
---|
public StatementSpecUnMapResult(EPStatementObjectModel objectModel, java.util.List<SubstitutionParameterExpressionBase> substitutionParams)
objectModel
- of the statementsubstitutionParams
- a map of parameter index and parameterMethod Detail |
---|
public EPStatementObjectModel getObjectModel()
public java.util.List<SubstitutionParameterExpressionBase> getSubstitutionParams()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |