com.apama.database
Event NamedQuery


The named query.

See also RequestNamedQueries
Field summary
 stringname

Name of the NamedQuery.
 stringdescription

A description of the NamedQuery.
 sequence<com.apama.database.ParameterData>parameters

The parameters associated with this NamedQuery.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Field detail

description

string description
A description of the NamedQuery.

extraParams

dictionary<stringstringextraParams
This is currently a container to allow additional information in the future.

name

string name
Name of the NamedQuery.

parameters

sequence<com.apama.database.ParameterDataparameters
The parameters associated with this NamedQuery.