JAVA/CORBA クラス


compactWithOptions メソッド

オプションを送信するローカルデータベースを圧縮します。

メモ このメソッドは Release 6.5 で新しく追加されました。

定義が行われるクラスDatabase
構文public int compactWithOptions(String options)
throws NotesException

public int compactWithOptions(int options)
throws NotesException

public int compactWithOptions(int options, String spacethreshhold)
throws NotesException

パラメータString options


int options String spacethreshhold
戻り値int 型
使用法このメソッドは、データベースがローカルでない場合は例外を生成します。
エージェントは、エージェントが稼動している現在のデータベース、または desktop.dsk ファイルを圧縮できません。

オプションは Compact サーバータスクで使用できるものだけです。詳しくは『システム管理ヘルプ』の「圧縮オプション」を参照してください。

このメソッドは e オプションまたは E オプションをサポートしていません。

クロスリファレンスLotusScript NotesDatabase クラスの CompactWithOptions メソッド
式言語の @Command([FileDatabaseCompact]) 関数


関連項目