Class Index | File Index

Classes


Class caveParam


Defined in: cave.js.

Class Summary
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)

Documentation generated by JsDoc Toolkit 2.3.2 on Sun Nov 29 2009 14:58:50 GMT+0200 (SAST)