Cisco Cisco Unified Customer Voice Portal 11.0(1) Developer's Guide

Page of 103
A
CTION 
E
LEMENT
:
 
D
ATABASE
 
 
 
          
E
LEMENT 
S
PECIFICATIONS FOR 
C
ISCO 
U
NIFIED 
C
USTOMER 
V
OICE 
P
ORTAL 
R
ELEASE 
4.0(1)
 
 
 
14
 
Element Data 
Element data is created only when the “type” setting is set to “single”. Element data given the names of the return columns are created 
containing the respective return values. For example, if a query returned the following information: 
foo bar 
123 456 
The following element data will be created: “foo” with the value “123” and “bar” with the value “456”.  
Session Data 
Session data is created only when the “type” setting is set to “multiple”. In all other cases, no session data is created. 
Name 
Type 
Notes 
[value of setting “key”] 
ResultSetList  The Java data structure that stores the returned values from a multiple type query. The name of the 
session data variable is specified by the developer in the “key” setting. 
Exit States 
Name 
Notes 
done 
The database query successfully completed. 
VoiceXML Studio Element Folder:  Integration 
Class Name:
 com.audium.server.action.database.DatabaseAction