Class caveParam
Defined in: cave.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
caveParam(name, type, value)
This object is used in many functions for passing parameters to/from the services.
|
Class Detail
caveParam(name, type, value)
This object is used in many functions for passing parameters to/from the services.
See also the overview and examples.
- Parameters:
- {string} name
- the name of the parameter
- {number} type
- tye type of the parameter (DB_DATA_TYPE_...)
- value
- The value (class is determined by the type value)