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

📄 factory.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#line 24 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/factory.mx"module factory;command getPlants():bat[:str,:str]address FCTgetPlants comment "Retrieve the factory plant description        for all operational factories";command getCaller():intaddress FCTgetCallercomment "Retrieve the unique identity        of the factory caller";command getOwners():bat[:int,:str]address FCTgetOwnerscomment "Retrieve the factory owners table";command getTimeIn():dateaddress FCTgetTimeStampIncomment "Retrieve the time stamp it was received by the factory";command getTimeOut():dateaddress FCTgetTimeStampOutcomment "Retrieve the time stamp the answer was returned to the client";command setLocation(uri:str):voidaddress FCTsetLocationcomment "Set the location of the plant        manager.";command getLocations():bat[:int,:str]address FCTgetLocationscomment "Retrieve the location of all        known plants";command shutdown(m:str, f:str):voidaddress FCTshutdowncomment "Close a factory";

⌨️ 快捷键说明

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