|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OnTriggerDesc
com.espertech.esper.epl.spec.OnTriggerWindowDesc
public class OnTriggerWindowDesc
Specification for the on-delete statement.
Constructor Summary | |
---|---|
OnTriggerWindowDesc(String windowName,
String optionalAsName,
boolean isOnDelete)
Ctor. |
Method Summary | |
---|---|
String |
getOptionalAsName()
Returns the alias, or null if none defined. |
String |
getWindowName()
Returns the window name. |
Methods inherited from class com.espertech.esper.epl.spec.OnTriggerDesc |
---|
getOnTriggerType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnTriggerWindowDesc(String windowName, String optionalAsName, boolean isOnDelete)
windowName
- the window nameoptionalAsName
- the optional aliasisOnDelete
- true for on-delete and false for on-selectMethod Detail |
---|
public String getWindowName()
public String getOptionalAsName()
|
© 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 |