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 类

 

createConfigurationFile 方法

创建将文件用作物理存储区的配置,并返回 ConfigFile。

语法
ConfigFile DatabaseManager.createConfigurationFile(
  String file_name
) throws ULjException
参数
  • file_name   要使用或创建的文件的名称。

另请参见
返回值

用于配置数据库的 ConfigFile。