|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPQueryResultImpl
public class EPQueryResultImpl
Query result.
Constructor Summary | |
---|---|
EPQueryResultImpl(EPPreparedQueryResult queryResult)
Ctor. |
Method Summary | |
---|---|
EventBean[] |
getArray()
Returns an array representing query result rows, may return a null value or empty array to indicate an empty result set. |
EventType |
getEventType()
Returns the event type of the result. |
java.util.Iterator<EventBean> |
iterator()
Returns an iterator representing query result rows. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPQueryResultImpl(EPPreparedQueryResult queryResult)
queryResult
- is the prepared queryMethod Detail |
---|
public java.util.Iterator<EventBean> iterator()
EPOnDemandQueryResult
iterator
in interface EPOnDemandQueryResult
public EventBean[] getArray()
EPOnDemandQueryResult
getArray
in interface EPOnDemandQueryResult
public EventType getEventType()
EPOnDemandQueryResult
getEventType
in interface EPOnDemandQueryResult
|
© 2006-2016 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 |