com.apama.database
Event ResultEvent


Response to the StartQuery or GetNextBatch event.

These will be sent in order until the number requested, in the rowLimit specified, in either the StartQuery or GetNextBatch, has been sent.

No additional ResultEvents will be sent until the next GetNextBatch. If rowLimit=0, events will be streamed as fast as correlator can accept.

See also: StartQuery(), GetNextBatch()

Dataplayer:
- Direction: Correlator to client

Channel: None.
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The service id, Adapter channel name.
 integerschemaId

The id of the schema.
 dictionary<stringstring>row

The result data.
 
Member detail

messageId

            integer messageId
        
Unique id for this query.

row

            dictionary<stringstringrow
        
The result data.

schemaId

            integer schemaId
        
The id of the schema.

serviceId

            string serviceId
        
The service id, Adapter channel name.