Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
非永続的な (メモリ内) データベース用の Configuration オブジェクトを確立します。
public interface ConfigNonPersistent
継承されたメンバーを含む ConfigNonPersistent インタフェースのすべてのメンバー。
getDatabaseName メソッド
getPageSize メソッド
setDatabaseName メソッド
setPageSize メソッド
setPassword メソッド
ConfigNonPersistent インタフェースを実装するオブジェクトは、DatabaseManager.createConfigurationNonPersistent メソッドを使用して作成されます。
NonPersistent オブジェクトを作成すると、メモリ内だけに存在するデータベースストアが構成されます。データベースは起動時に作成され、アプリケーションの実行中に使用され、アプリケーションの終了時に破棄されます。アプリケーションの終了時には、非永続ストアに含まれるデータがすべて削除されます。