TIBCO BusinessEvents™ Enterprise Suite
CEP Query
Query
ResultSet
Query.ResultSet
.
get()
Signature
Object get(String resultsetName, int index)
Domain
action, condition
Description
Gets the value of the column at the given index.
Parameters
Name
Type
Description
resultsetName
name
of the result set.
index
int
index of the column.
Returns
Type
Description
Object
value of the column at the given index.
Cautions
none