atHybridDbName (bluemixContext - JavaScript™)
Read-only. For use with hybrid applications. Returns a Vector value that contains the address of your private Domino® server as the first element and the path to your database in the second element.
Defined in
Syntax
atHybridDbName(dbPath) : java.util.Vector
Usage
This is the equivalent of using @DbName
in an on-premises application, or using
the atDbName
method from the Bluemix® Context class for an XPages application on Bluemix® bound to the experimental XPages NoSQL DB service.
The value dbPath
specifies the path to the on-premises hybrid application.
Language cross-reference
atHybridDbName method in Java™ bluemixContext class.