JAVA/CORBA CLASSES
Read-only. Indicates whether a database is open.
Defined in
Database
Data type
boolean
Syntax
public boolean isOpen() throws NotesException
Legal values
A database must be open to use the Database methods except: getCategories, getDelayUpdates, getDesignTemplateName, getFileName, getFilePath, isOpen, isPrivateAddressBook, isPublicAddressBook, getParent, getReplicaID, getServer, getSize, getSizeQuota, getTemplateName, and getTitle.
The following methods do not open a database: DbDirectory.getFirstDatabase, DbDirectory.getNextDatabase, and Session.getAddressBooks. You must explicitly call Database.open.
Language cross-reference
IsOpen property in LotusScript NotesDatabase class
Example See Also