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

📄 blob.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#line 39 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/blob.mx"module blob;atom blob;command tostr()   address BLOBtostr;command fromstr() address BLOBfromstr;command nequal()  address BLOBnequal;command hash()    address BLOBhash;command null()    address BLOBnull;command read()    address BLOBread;command write()   address BLOBwrite;command convert() address BLOBconvert;command put()     address BLOBput;command del()     address BLOBdel;command length()  address BLOBlength;command heap()    address BLOBheap;command blob(s:blob):blobaddress BLOBblob_blobcomment "Noop routine.";command blob(s:str):blobaddress BLOBblob_fromstr;#line 67 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/blob.mx"command tostring(v:blob) :str address BLOBfromblobcomment "get the bytes from blob as a string, till 	the first 0 byte or the end of the blob";command tostring(v:blob, index:int ) :str address BLOBfromidxcomment "get the bytes from blob as a string,	 starting at byte 'index' till the first 	0 byte or the end of the blob.";command toblob(v:str) :blob address BLOBtoblobcomment "store a string as a blob.";command nitems(b:blob):int address BLOBnitemscomment " get the number of bytes in this blob.";atom sqlblob:blob;command tostr()   address SQLBLOBtostr;command fromstr() address SQLBLOBfromstr;command sqlblob(s:sqlblob):sqlblobaddress BLOBblob_blobcomment "Noop routine.";command sqlblob(s:str):sqlblobaddress BLOBsqlblob_fromstr;module blob;command prelude() :voidaddress BLOBprelude;blob.prelude();module calc;command blob(b:blob):blob address BLOBblob_blob;command blob(s:str):blob address BLOBblob_fromstr;command sqlblob(b:sqlblob):sqlblob address BLOBblob_blob;command sqlblob(s:str):sqlblob address BLOBsqlblob_fromstr;#line 110 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/atoms/blob.mx"

⌨️ 快捷键说明

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