/[BackupPC]/trunk/dbxml/total.q
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/dbxml/total.q

Parent Directory Parent Directory | Revision Log Revision Log


Revision 223 - (show annotations)
Sat Oct 22 15:40:42 2005 UTC (18 years, 6 months ago) by dpavlin
File size: 539 byte(s)
 r8655@llin:  dpavlin | 2005-10-21 23:10:54 +0200
 converted data to tags

1
2 setVerbose 2 2
3 openContainer backuppc.dbxml
4
5
6 queryPlan 'collection("backuppc.dbxml")/file/host/text()'
7 queryPlan 'collection("backuppc.dbxml")/file/host/text() = "llin"'
8 query 'collection("backuppc.dbxml")/file/host'
9 addIndex "" file-host node-element-presence-none
10 queryPlan 'distinct-values(collection("backuppc.dbxml")/file/host/text())'
11 addIndex "" host node-element-presence-none
12 queryPlan 'distinct-values(collection("backuppc.dbxml")/file/host/text())'
13 query 'distinct-values(collection("backuppc.dbxml")/file/host/text())'
14 print

  ViewVC Help
Powered by ViewVC 1.1.26