|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.EPPreparedQueryImpl
public class EPPreparedQueryImpl
Provides prepared query functionality.
Constructor Summary | |
---|---|
EPPreparedQueryImpl(EPPreparedExecuteMethod executeMethod,
String epl)
Ctor. |
Method Summary | |
---|---|
EPQueryResult |
execute()
Execute the prepared query returning query results. |
EventType |
getEventType()
Returns the event type, representing the columns of the select-clause |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPreparedQueryImpl(EPPreparedExecuteMethod executeMethod, String epl)
executeMethod
- used at execution time to obtain query resultsepl
- is the EPL to executeMethod Detail |
---|
public EPQueryResult execute()
EPPreparedQuery
execute
in interface EPPreparedQuery
public EventType getEventType()
EPPreparedQuery
getEventType
in interface EPPreparedQuery
|
© 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 |