openDatabase (DbDirectory - Java™)

データベースを開きます。

定義位置

DbDirectory

構文

public Database openDatabase(String dbfile)
    throws NotesException
public Database openDatabase(String dbfile, boolean failover)
    throws NotesException

パラメータ

String dbfile

開くデータベースのファイル名です。

boolean failover

true の場合、データベースを現在のサーバーで開くことができなければ、それをクラスタ内の別のサーバーで開くことを試みます (クラスタがある場合)。オブジェクト Server と FilePath プロパティは、データベースが開かれたサーバーを反映します。リモート (IIOP) アクセスの場合、failover は常に false です。

戻り値

Database

開かれたデータベースを返します。データベースが開かれなかった場合は null を返します。

クロスリファレンス

LotusScript® NotesDbDirectory クラスの OpenDatabase メソッド