AtDbName (DataService - Java™)
Read-only. This method is intended to be used as a substitute for the
@DbName()
@ function. @DbName()
and atDbName()
are commonly used with the @DbLookup
and @DbColumn
at-functions.
Defined in
Syntax
public Vector atDbName(String)()
throws NotesException:
Usage
Use this as a substitute for the @DbName()
at-function.
@DbName()
and atDbName()
are commonly used with the
@DbLookup
and @DbColumn
@ functions.
The value returned by atDbName()
is a java.util.Vector
.
It contains 2 Strings. The first string atDbName().get(0)
is
the same as the value returned by the getHost()
DataService
method. The second string atDbName().get(1)
is the
same as the value returned by the getAppPath()
method.
That format of a vector containing the server name and the database
name is the format returned by @DbName()
.
Language cross-reference
atDbName method in JavaScript™ DataService object.