How to get document name from Berkeley DBXml

90 views Asked by At

Is there any command or JAVA API option to get name list of documents available in the container.

1

There are 1 answers

0
lrv-eps On

There is an XQuery command you can run:

for $x in collection("users.dbxml") return dbxml:metadata('dbxml:name', $x)