Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2177/xrpc/admin
Modified Files:
Tag: XQuery_0-24
admin.js
Log Message:
Implement "collections()" in the same way as all other admin functions
are implemented.
U admin.js
Index: admin.js
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/admin.js,v
retrieving revision 1.12.8.1
retrieving revision 1.12.8.2
diff -u -d -r1.12.8.1 -r1.12.8.2
--- admin.js 28 May 2008 13:01:12 -0000 1.12.8.1
+++ admin.js 1 Jun 2008 12:21:42 -0000 1.12.8.2
@@ -237,10 +237,6 @@
'</table>\n';
}
-function doCollections() {
- XRPC(posturl+"/xrpc/admin", mod, modurl, 'collections', 0, XRPC_CALL(),
doCollectionsCallback);
-}
-
/* methods expected to take 'long' (use popup window) */
function asyncCallback(response, method) {
alert(method + " DONE!\n");
@@ -265,6 +261,7 @@
Implementation of the functions defined in admin.xq
***********************************************************************/
+function doCollections() { myXRPC('collections',0, XRPC_CALL(),
doCollectionsCallback); }
function doDocuments(colName)
{ myXRPC('documents', 1,
XRPC_CALL(XRPC_SEQ(XRPC_ATOM('string', colName))), doDocumentsCallback); }
function doAllDocuments() { myXRPC('documents', 0, XRPC_CALL(),
doAllDocumentsCallback); }
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins