Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Looking Up Field Positions > DataViewFieldLookup
DataViewFieldLookup
Syntax
event DataViewFieldLookup {
   string msgId;
   string dvName;
   dictionary <string, integer> fields;
   dictionary<string, string> extraParams;
}
These events are responses to DataViewGetFieldLookup events. They contain a dictionary that supports lookup of the field position for a given field name.
Syntax description
msgId is an optional field containing the ID, if specified, of the message to which this is a response.
dvName is the unique name of the DataView specified in the event to which this is a response.
fields is a dictionary of field-name/field-position pairs. A field’s position is its index into the fieldNamessequence specified in the associated DataView definition.
extraParams is an optional field that future implementations may use.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.