Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
建立非持久性(内存)数据库的配置对象。
public interface ConfigNonPersistent
ConfigNonPersistent 接口的所有成员,包括所有继承的成员。
getDatabaseName 方法
getPageSize 方法
setDatabaseName 方法
setPageSize 方法
setPassword 方法
通过使用 DatabaseManager.createConfigurationNonPersistent 方法创建实现 ConfigNonPersistent 接口的对象。
创建 NonPersistent 对象可以配置仅存在于内存中的数据库存储区。数据库在应用程序启动时创建,并在应用程序运行时使用,然后在应用程序关闭时也随之被放弃。应用程序关闭时,将删除非持久存储区中包含的所有数据。