.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getNextDatabase method
Example

Returns the next database from a server or the local directory, using the file type specified in the preceding getFirstDatabase method.

Defined in

DbDirectory

Syntax

public Database getNextDatabase()
   throws NotesException

Return value

Database


Usage

The returned database is closed. If you do not open the database, only a subset of its methods are available. See isOpen in Database.

This method must be preceded in the code by getFirstDatabase.

Language cross-reference

GetNextDatabase method in LotusScript NotesDbDirectory class

Example
See Also