|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPPreparedQueryResult
public class EPPreparedQueryResult
The result of executing a prepared query.
Constructor Summary | |
---|---|
EPPreparedQueryResult(EventType eventType,
EventBean[] result)
Ctor. |
Method Summary | |
---|---|
EventType |
getEventType()
Returs the event type representing the selected columns. |
EventBean[] |
getResult()
Returns the query result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPreparedQueryResult(EventType eventType, EventBean[] result)
eventType
- is the type of event produced by the queryresult
- the result rowsMethod Detail |
---|
public EventType getEventType()
public EventBean[] getResult()
|
© 2006-2015 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 |