factory.mal
来自「一个内存数据库的源代码这是服务器端还有客户端」· MAL 代码 · 共 40 行
MAL
40 行
#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 + =
减小字号Ctrl + -
显示快捷键?