Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 java 中创建了一个用于获取 nsf 文件详细信息的程序。我已经通过了包含用于获取数据库的 nsf 文件的文件路径。我想知道 getFileFormat() 方法以及它返回的值是什么。
Database db = session.getDatabase("", filePath); System.out.println("File Format :"+db.getFileFormat());
它将获取数据库的格式版本。本质上是创建数据库的版本。它相当于这个方法:
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.api.doc%2Fr_domino_Database_FileFormat.html