DeepSeeConnector
Where This Object Is Available
This object is available in client-side JavaScript code, if that code includes DeepSee.js. See “Introduction to DeepSee.js.”
Creating This Object
To create a DeepSee data connector object, use code like the following:
var connection = new DeepSeeConnection(username,password,host,application,namespace);
Where:
username is a Caché username that can access the given host.
password is the associated password.
host is the server name for the machine on which Caché is running.
application is the name of the Caché web application.
namespace is the name of the namespace to access.
Properties of This Object
This object provides the following properties:
username is a Caché username that can access the given host.
password is the associated password.
path is the base URL for the web services.
Methods of This Object
A data connector object does not provide any methods.