|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FireAndForgetClause
Marker interface used for fire-and-forget (on-demand) queries such as "update...set" and "delete from..." that can be executed via the API.
Method Summary | |
---|---|
void |
toEPLAfterFrom(java.io.StringWriter writer)
Called to output information after the from-clause gets rendered. |
void |
toEPLBeforeFrom(java.io.StringWriter writer)
Called to output information before the from-clause gets rendered. |
Method Detail |
---|
void toEPLBeforeFrom(java.io.StringWriter writer)
writer
- to write tovoid toEPLAfterFrom(java.io.StringWriter writer)
writer
- to write to
|
© 2006-2011 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 |