public class EPPreparedQueryResult extends Object
Constructor and Description |
---|
EPPreparedQueryResult(EventType eventType,
EventBean[] result)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType()
Returs the event type representing the selected columns.
|
EventBean[] |
getResult()
Returns the query result.
|