|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.EPQueryResultImpl
public class EPQueryResultImpl
Query result.
Constructor Summary | |
---|---|
EPQueryResultImpl(EPPreparedQueryResult queryResult)
Ctor. |
Method Summary | |
---|---|
EventBean[] |
getArray()
Returns an array representing query result rows. |
EventType |
getEventType()
Returns the event type of the result. |
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 Iterator<EventBean> iterator()
EPQueryResult
iterator
in interface EPQueryResult
public EventBean[] getArray()
EPQueryResult
getArray
in interface EPQueryResult
public EventType getEventType()
EPQueryResult
getEventType
in interface EPQueryResult
|
© 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 |