Documentum查询-DQL
如何形成 DQL 查询来获取不包括文档 um.txt 中创建的虚拟文档(同时添加对文件的引用)的文件列表。任何人都可以帮帮我吗?
How can I form a DQL query to get the list of files excluding the virtual documents created (while adding reference to the file) in document um. Can any one please help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果
r_link_count
>>零且对象是一个文档并且是虚拟文档标志为true
那么您就有一个虚拟文档RTFM 对象参考和 DQL 参考,同时
If
r_link_count
is > zero and object is a document and is virtual-document flag istrue
then you have a virtual documentRTFM Object Reference and DQL Reference for more, in the mean time