Class Index

Global Variables

Classes


Class MVArrayParameter

MVArrayParameter defines an array type binding parameter for a theme-based FOI layer that is based on a templated predefined theme. The array type binding parameter can be either a number array or a string array.

Class Summary
Constructor Attributes Constructor Name and Description
 
MVArrayParameter(array, elementType, sqlType)
Class Detail
MVArrayParameter(array, elementType, sqlType)
Parameters:
{Array} array
an array that specifies the value of the array parameter.
{String} elementType
a string that specifies the type of the array elements. It can be either MVArrayParameter.NUMBER_ARRAY (number array) or MVArrayParameter.STRING_ARRAY (string array).
sqlType
Returns:
The newly created MVArrayParameter FOI object.

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Feb 25 2011 12:34:44 GMT-0500 (EST)