⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 box.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#line 30 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/box.mx"module box;pattern open(nme:str):any_1address BOXopencomment "Locate the box and open it.";pattern close(bname:str):void	address BOXclosecomment "Close the box.";pattern destroy(bname:str):void	address BOXdestroycomment "Destroy the box.";pattern take(bnme:str, vnme:str):any_1address BOXtakecomment "Locates the typed value in the box.";pattern deposit(bname:str,name:str,v:any_1):void 			address BOXdepositcomment "Enter a new value into the box.";pattern releaseAll(bname:str) :void 			address BOXreleaseAllcomment "Release all objects for this client.";pattern release(bname:str,nme:str,val:any_1):void 			address BOXreleasecomment "Release the BAT from the client pool.";pattern toString(bname:str,name:str) :str 			address BOXtoStringcomment "Get the string representation of 	the i-th element in the box.";pattern discard(bname:str,name:str) :void 			address BOXdiscardcomment "Release the BAT from the client pool.";pattern iterator(nme:str):lng address BOXiteratorcomment "Locates the next element in the box.";command getBoxNames():bat[:int,:str]address BOXgetBoxNamescomment "Retrieve the names of all boxes.";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -