Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31434/modules/mal/Tests
Modified Files:
inspect05.stable.out
Log Message:
The interface for SQL/XML first draft.
Index: inspect05.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/inspect05.stable.out,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -d -r1.321 -r1.322
--- inspect05.stable.out 19 Aug 2007 18:36:29 -0000 1.321
+++ inspect05.stable.out 20 Aug 2007 21:38:48 -0000 1.322
@@ -38,6 +38,22 @@
# str str str str
str
# type
#-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
[ "main", "function", "user",
"():void;",
"nil"
]
+[ "attributes", "pattern", "xml",
"(val:bat[:oid,:xml]...):bat[:oid,:xml] ",
"BATXMLattributes;"
]
+[ "attribute", "command", "xml",
"(name:str,val:bat[:oid,:str]):bat[:oid,:xml] ",
"BATXMLattribute;"
]
+[ "attributes", "pattern", "xml",
"(val:xml...):xml ",
"XMLattributes;"
]
+[ "attribute", "command", "xml",
"(name:str,val:str):xml ",
"XMLattribute;"
]
+[ "concat", "pattern", "xml",
"(val:bat[:oid,:xml]...):bat[:oid,:xml] ",
"BATXMLconcat;"
]
+[ "concat", "pattern", "xml",
"(val:xml...):xml ",
"XMLconcat;"
]
+[ "element", "pattern", "xml",
"(name:str,ns:bat[:oid,:str],attr:bat[:oid,:xml],s:bat[:oid,:xml]...):bat[:oid,:xml]
", "BATXMLelement;"
]
+[ "element", "pattern", "xml",
"(name:str,ns:bat[:oid,:str],attr:xml,s:xml...):xml ",
"XMLelement;"
]
+[ "forest", "pattern", "xml",
"(val:bat[:oid,:xml]...):bat[:oid,:xml] ",
"BATXMLforest;"
]
+[ "forest", "pattern", "xml",
"(val:xml...):xml ",
"XMLforest;"
]
+[ "str", "command", "xml",
"(src:bat[:oid,:xml]):bat[:oid,:str] ",
"BATXMLxml2str;"
]
+[ "str", "command", "xml",
"(src:xml):str ",
"XMLxml2str;"
]
+[ "trunk", "command", "xml",
"(nme:str,val:bat[:oid,:xml]):bat[:oid,:xml] ",
"BATXMLtrunk;"
]
+[ "trunk", "command", "xml",
"(nme:str,val:xml):xml ",
"XMLtrunk;"
]
+[ "xml", "command", "xml",
"(src:bat[:oid,:str]):bat[:oid,:xml] ",
"BATXMLstr2xml;"
]
+[ "xml", "command", "xml",
"(src:str):xml ",
"XMLstr2xml;"
]
[ "DeleteMap", "command", "crackers",
"(b:bat[:oid,:date],bp:bat[:oid,:date]):void ",
"DeleteCrackerMap;"
]
[ "DeleteMap", "command", "crackers",
"(b:bat[:oid,:date],bp:bat[:oid,:dbl]):void ",
"DeleteCrackerMap;"
]
[ "DeleteMap", "command", "crackers",
"(b:bat[:oid,:date],bp:bat[:oid,:flt]):void ",
"DeleteCrackerMap;"
]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
