|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.StatementSpecMapContext
public class StatementSpecMapContext
Context for mapping a SODA statement to a statement specification, or multiple for subqueries, and obtaining certain optimization information from a statement.
Constructor Summary | |
---|---|
StatementSpecMapContext(EngineImportService engineImportService,
VariableService variableService)
Ctor. |
Method Summary | |
---|---|
EngineImportService |
getEngineImportService()
Returns the engine import service. |
VariableService |
getVariableService()
Returns the variable service. |
boolean |
isHasVariables()
Returns true if a statement has variables. |
void |
setHasVariables(boolean hasVariables)
Set to true to indicate that a statement has variables. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService)
engineImportService
- engine importsvariableService
- variable namesMethod Detail |
---|
public EngineImportService getEngineImportService()
public VariableService getVariableService()
public boolean isHasVariables()
public void setHasVariables(boolean hasVariables)
hasVariables
- true for variables, false for none
|
© 2007 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 |