Commands and Topics for BLOB
BLOB Commands
SET BLOB SIZE
(blob; size{; filler})
BLOB size
(blob)
Longint
COMPRESS BLOB
(blob{; compression})
EXPAND BLOB
(blob)
BLOB PROPERTIES
(blob; compressed{; expandedSize{; currentSize}})
DOCUMENT TO BLOB
(document; blob{; *})
BLOB TO DOCUMENT
(document; blob{; *})
VARIABLE TO BLOB
(variable; blob{; offset | *})
BLOB TO VARIABLE
(blob; variable{; offset})
LIST TO BLOB
(list; blob{; *})
BLOB to list
(blob{; offset})
ListRef
INTEGER TO BLOB
(integer; blob; byteOrder{; offset | *})
LONGINT TO BLOB
(longInt; blob; byteOrder{; offset | *})
REAL TO BLOB
(real; blob; realFormat{; offset | *})
TEXT TO BLOB
(text; blob; textFormat{; offset | *})
BLOB to integer
(blob; byteOrder{; offset})
Number
BLOB to longint
(blob; byteOrder{; offset})
Number
BLOB to real
(blob; realFormat{; offset})
Real
BLOB to text
(blob; textFormat{; offset{; textLength}})
Text
INSERT IN BLOB
(blob; offset; len{; filler})
DELETE FROM BLOB
(blob; offset; len)
COPY BLOB
(srcBLOB; dstBLOB; srcOffset; dstOffset; len)
ENCRYPT BLOB
(toEncrypt; sendPrivKey{; recipPubKey})
DECRYPT BLOB
(toDecrypt; sendPubKey{; recipPrivKey})