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 API 选项来获取容器中可用文档的名称列表。
您可以运行一个 XQuery 命令:
for $x in collection("users.dbxml") return dbxml:metadata('dbxml:name', $x)