|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnClause | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of OnClause in net.esper.client.soda |
---|
Subclasses of OnClause in net.esper.client.soda | |
---|---|
class |
OnDeleteClause
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted. |
class |
OnSelectClause
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted. |
class |
OnSetClause
A clause to assign new values to variables based on a triggering event arriving. |
Methods in net.esper.client.soda that return OnClause | |
---|---|
OnClause |
EPStatementObjectModel.getOnExpr()
Returns the on-delete clause for deleting from named windows, or null if this statement does not delete from a named window |
Methods in net.esper.client.soda with parameters of type OnClause | |
---|---|
void |
EPStatementObjectModel.setOnExpr(OnClause onExpr)
Sets the on-delete or on-select clause for selecting or deleting from named windows, or null if this statement does not on-select or on-delete from a named window |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |