Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » DatabaseManager 类

 

createConfigurationNonPersistent 方法

创建不带有持久存储区的配置,并返回 ConfigNonPersist。

语法
ConfigNonPersistent DatabaseManager.createConfigurationNonPersistent(
  String db_name
) throws ULjException
参数
  • db_name   数据库的名称。

另请参见
返回值

用于配置数据库的 ConfigNonPersistent。